mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
parent
6be4e6ecea
commit
f7cc73e079
6 changed files with 6 additions and 6 deletions
|
@ -530,7 +530,7 @@ exports[`rendering of the Categories checks if component renders 1`] = `
|
||||||
<strong>
|
<strong>
|
||||||
AND
|
AND
|
||||||
</strong>
|
</strong>
|
||||||
fewer than 10% of people ages 25 or older have a
|
more than 10% of people ages 25 or older have a
|
||||||
<a
|
<a
|
||||||
class="usa-link"
|
class="usa-link"
|
||||||
href="#high-school"
|
href="#high-school"
|
||||||
|
|
|
@ -585,7 +585,7 @@ export const FAQ_ANSWERS = {
|
||||||
defaultMessage={ `The public may also take a <link1>short survey</link1> to help improve the experience of using the tool.`}
|
defaultMessage={ `The public may also take a <link1>short survey</link1> to help improve the experience of using the tool.`}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q15_P1_3'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q15_P1_3'}
|
||||||
values={{
|
values={{
|
||||||
link1: linkFn('https://www.surveymonkey.com/r/5LZ7MNB', false, true),
|
link1: linkFn('https://www.surveymonkey.com/r/P3LWTSB', false, true),
|
||||||
}}
|
}}
|
||||||
/>,
|
/>,
|
||||||
Q15_P1_4: <FormattedMessage
|
Q15_P1_4: <FormattedMessage
|
||||||
|
|
|
@ -141,7 +141,7 @@ export const CATEGORY_AND_CLAUSE = {
|
||||||
/>,
|
/>,
|
||||||
HS_DEG_GTE_10: <FormattedMessage
|
HS_DEG_GTE_10: <FormattedMessage
|
||||||
id={'methodology.page.category.and.clause.hs.ed.higher.ed'}
|
id={'methodology.page.category.and.clause.hs.ed.higher.ed'}
|
||||||
defaultMessage={`<boldtag>AND</boldtag> fewer than 10% of people ages 25 or older have a <link1>high school education</link1> (i.e. graduated with a high school diploma)
|
defaultMessage={`<boldtag>AND</boldtag> more than 10% of people ages 25 or older have a <link1>high school education</link1> (i.e. graduated with a high school diploma)
|
||||||
`}
|
`}
|
||||||
description={'Navigate to the methodology page. Navigate to the category section. This is the portion of the formula dealing with higher ed enrollment and high school diploma rate'}
|
description={'Navigate to the methodology page. Navigate to the category section. This is the portion of the formula dealing with higher ed enrollment and high school diploma rate'}
|
||||||
values={{
|
values={{
|
||||||
|
|
|
@ -1928,7 +1928,7 @@
|
||||||
"description": "responsible party text"
|
"description": "responsible party text"
|
||||||
},
|
},
|
||||||
"methodology.page.category.and.clause.hs.ed.higher.ed": {
|
"methodology.page.category.and.clause.hs.ed.higher.ed": {
|
||||||
"defaultMessage": "<boldtag>AND</boldtag> fewer than 10% of people ages 25 or older have a <link1>high school education</link1> (i.e. graduated with a high school diploma)",
|
"defaultMessage": "<boldtag>AND</boldtag> more than 10% of people ages 25 or older have a <link1>high school education</link1> (i.e. graduated with a high school diploma)",
|
||||||
"description": "Navigate to the methodology page. Navigate to the category section. This is the portion of the formula dealing with higher ed enrollment and high school diploma rate"
|
"description": "Navigate to the methodology page. Navigate to the category section. This is the portion of the formula dealing with higher ed enrollment and high school diploma rate"
|
||||||
},
|
},
|
||||||
"methodology.page.category.and.clause.low.inc": {
|
"methodology.page.category.and.clause.low.inc": {
|
||||||
|
|
|
@ -1032,7 +1032,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<a
|
<a
|
||||||
class="usa-link usa-link--external"
|
class="usa-link usa-link--external"
|
||||||
data-cy=""
|
data-cy=""
|
||||||
href="https://www.surveymonkey.com/r/5LZ7MNB"
|
href="https://www.surveymonkey.com/r/P3LWTSB"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
|
|
@ -944,7 +944,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<strong>
|
<strong>
|
||||||
AND
|
AND
|
||||||
</strong>
|
</strong>
|
||||||
fewer than 10% of people ages 25 or older have a
|
more than 10% of people ages 25 or older have a
|
||||||
<a
|
<a
|
||||||
class="usa-link"
|
class="usa-link"
|
||||||
href="#high-school"
|
href="#high-school"
|
||||||
|
|
Loading…
Add table
Reference in a new issue