Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Inaccurate Low Risk exposure statement "No exposure up to now" #430

Closed
MikeMcC399 opened this issue Sep 21, 2020 · 14 comments
Closed

Inaccurate Low Risk exposure statement "No exposure up to now" #430

MikeMcC399 opened this issue Sep 21, 2020 · 14 comments
Assignees
Labels
bug Something isn't working mirrored-to-jira This item is also tracked internally in JIRA

Comments

@MikeMcC399
Copy link
Contributor

Current Implementation

After the CWA Android app previously showed
"Low Risk / 1 exposure with low risk"
it changed on a later day to
"Low Risk / No exposure up to now"
where the string "No exposure up to now" is stored in risk_card_body_contact

The statement "No exposure up to now" is not true. There was an exposure during the time up to now, however this exposure has been aged out of the risk calculation.

Suggested Enhancement

Change risk_card_body_contact to something like:
"No exposure" or
"No recent exposure" or
"No relevant exposure" or
"No current exposure" or

Expected Benefits

Increase confidence in truth of risk card statements


Internal Tracking ID: EXPOSUREAPP-2833

@Ein-Tim
Copy link
Contributor

Ein-Tim commented Sep 21, 2020

The problem on iOS is the same.

@MikeMcC399
Copy link
Contributor Author

@Ein-Tim

The problem on iOS is the same.

Thanks for checking!

@ghost ghost assigned hermesmar Sep 24, 2020
@ghost
Copy link

ghost commented Sep 24, 2020

Hello @MikeMcC399,

I have created a ticket in Jira and assigned it to the responsible person.

Thanks you,
LMM

Corona-Warn-App Open Source Team

@ugroempi
Copy link

ugroempi commented Nov 14, 2020

I second the wish for an improvement and would appreciate an even more general fix, because the wording is misleading even for cases for which there were so far no risk encounters registered in the app. I have met real people who derived false confidence from the current wording.
So how about something like "no recent risk encounters registered"?

Best, Ulrike

@Ein-Tim
Copy link
Contributor

Ein-Tim commented Nov 20, 2020

The problem is only in the English version of the App, in German the text says:
Keine Risiko-Begegnung which is correct.

@Ein-Tim
Copy link
Contributor

Ein-Tim commented Nov 20, 2020

This issue was also reported here: corona-warn-app/cwa-app-ios#1507

@MikeMcC399
Copy link
Contributor Author

@Ein-Tim

The problem is only in the English version of the App, in German the text says:
Keine Risiko-Begegnung which is correct.

In CWA Android Version 1.6.1 the issue is still visible in both English and German displays.

Low Risk

@Ein-Tim
Copy link
Contributor

Ein-Tim commented Nov 20, 2020

image
CWA Version 1.6.1 under iOS (German - with English it's like under Android)

@ugroempi
Copy link

ugroempi commented Nov 20, 2020

image
CWA Version 1.6.1 under iOS (German - with English it's like under Android)

I would argue that this is still not adequate, because it overstates the truth. "Keine Risiko-Begegnungen registriert" ("no registered exposure") or something like that would more correctly report the status. After all, there are many people who do not have the app, and the app should not create unjustified confidence.

@Ein-Tim
Copy link
Contributor

Ein-Tim commented Nov 20, 2020

@ugroempi
I know that it's not perfect, but if you click on the Risk Card and scroll to the very bottom you will see this "disclaimer":
image

@ugroempi
Copy link

@Ein-Tim
Agreed, but who ever reads disclaimers? The big green risk communication field itself should be as clear as possible. Even the disclaimer does not explicitly mention the restriction that only infected app users are counted. I know it's blatantly obvious, but it can still get overlooked. But I'll stop being a pain right now ;-)

@Ein-Tim
Copy link
Contributor

Ein-Tim commented Nov 20, 2020

@ugroempi You're no pain, but since this is a bit off topic here I think it would be best if you open a new Issue regarding this 🙂

@dsarkar
Copy link
Member

dsarkar commented Nov 22, 2020

Dear @MikeMcC399, @Ein-Tim,

Thanks for bringing this up again. We will check with the developers the progress of this issue.

Best wishes,
DS


Corona-Warn-App Open Source Team

@MikeMcC399
Copy link
Contributor Author

risk_card_body_contact no longer exists in CWA Android, however risk_card_low_risk_no_encounters_body contains the string "No exposures" in Android Version 1.10.1 in values/strings.xml ln 160-161

<!-- XTXT: risk card - Low risk state - No days with low risk encounters -->
<string name="risk_card_low_risk_no_encounters_body">"No exposures"</string>

This was fixed by PR corona-warn-app/cwa-app-android#1948.

Now that "No exposure up to now" has been changed to "No exposures" the issue is resolved.

Therefore closing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working mirrored-to-jira This item is also tracked internally in JIRA
Projects
None yet
Development

No branches or pull requests

6 participants