-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
276 additions
and
231 deletions.
There are no files selected for viewing
101 changes: 51 additions & 50 deletions
101
DataTagsLib/WORK/policy-models/dg-large-modular/questionnaire.dg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,68 @@ | ||
<* | ||
DISCLAIMER: | ||
NOT TO BE USED AS A LEGAL ADVICE | ||
DISCLAIMER: | ||
NOT TO BE USED AS A LEGAL ADVICE | ||
*> | ||
[#import ppra: ppra.dg ] | ||
[#import medical: medical.dg ] | ||
[#import ferpa: ferpa.dg ] | ||
[#import dppa: dppa.dg ] | ||
[#import gov: government-records.dg ] | ||
[>global-start< ask: | ||
{text: Do the data concern living persons?} | ||
{text: Do the data concern living persons?} | ||
{answers: | ||
{yes: | ||
[set: Code=green] <-- Explicit settings of colors is going away soon! | ||
[>filter-medical< ask: | ||
{text: Do the data contain health or medical information?} | ||
{answers: | ||
{yes: [call: medical>start]}} | ||
] | ||
[>filter-ppra< ask: | ||
{text: Was the data collected from students in an elementary or secondary school?} | ||
{answers: | ||
{yes: [call: ppra>start]} | ||
} | ||
] | ||
[>filter-ferpa< ask: | ||
{text: Do the data contain any information derived from ministry of education data?} | ||
{answers: | ||
{yes: [call: ferpa>start]} | ||
}] | ||
[call: gov>Gov1] | ||
[call: dppa>DPPA1] | ||
[>futures< todo: Future additions go here.]} | ||
[>filter-medical< ask: | ||
{text: Do the data contain health or medical information?} | ||
{answers: | ||
{yes: [call: medical>start]}} | ||
] | ||
[>filter-ppra< ask: | ||
{text: Was the data collected from students in an elementary or secondary school?} | ||
{answers: | ||
{yes: [call: ppra>start]} | ||
} | ||
] | ||
[>filter-ferpa< ask: | ||
{text: Do the data contain any information derived from ministry of education data?} | ||
{answers: | ||
{yes: [call: ferpa>start]} | ||
}] | ||
[call: gov>Gov1] | ||
[call: dppa>DPPA1] | ||
[>futures< todo: Future additions go here.]} | ||
{no: [set: Code=blue; Identity=noPersonData] } | ||
}] | ||
[call: dua] | ||
[end] | ||
}] | ||
[call: dua] | ||
[end] | ||
|
||
[>dua< section: | ||
{title: Data Use Agreements} | ||
[>dua-ext< todo: Data use agreements] | ||
[>duaTimeLimit< ask: | ||
{text: Is there any reason why we cannot store the data indefinitely? } | ||
{answers: | ||
{no: [set: TimeLimit=none] } | ||
{yes: | ||
[ask: | ||
{text:For how long should we keep the data?} | ||
{answers: | ||
{ indefinitely: [set: TimeLimit=none] } | ||
{ 50 years: [set: TimeLimit=_50yr] } | ||
{ 5 years: [set: TimeLimit=_5yr] } | ||
{ 2 years: [set: TimeLimit=_2yr] } | ||
{ 1 year: [set: TimeLimit=_1yr] } | ||
}]}}] | ||
[>duaAdditional< ask: | ||
{text: Did the data have any restrictions on sharing, e.g. stated in an agreement or policy statement?} | ||
{answers: | ||
{yes: [set: ContractOrPolicy=yes]} | ||
{no: [set: ContractOrPolicy=no]}} | ||
] | ||
[>dua< section: | ||
{title: Data Use Agreements} | ||
[>dua-ext< todo: Data use agreements] | ||
[>duaTimeLimit< ask: | ||
{text: Is there any reason why we cannot store the data indefinitely? } | ||
{answers: | ||
{no: [set: TimeLimit=none] } | ||
{yes: | ||
[ask: | ||
{text:For how long should we keep the data?} | ||
{answers: | ||
{ indefinitely: [set: TimeLimit=none] } | ||
{ 50 years: [set: TimeLimit=_50yr] } | ||
{ 5 years: [set: TimeLimit=_5yr] } | ||
{ 2 years: [set: TimeLimit=_2yr] } | ||
{ 1 year: [set: TimeLimit=_1yr] } | ||
}]}}] | ||
[>duaAdditional< ask: | ||
{text: Did the data have any restrictions on sharing, e.g. stated in an agreement or policy statement?} | ||
{answers: | ||
{yes: [set: ContractOrPolicy=yes]} | ||
{no: [set: ContractOrPolicy=no]} | ||
} | ||
] | ||
] | ||
[end] | ||
<* | ||
DISCLAIMER: | ||
NOT TO BE USED AS A LEGAL ADVICE | ||
DISCLAIMER: | ||
NOT TO BE USED AS A LEGAL ADVICE | ||
*> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
application.args=policy-models/test | ||
application.args=policy-models/import | ||
work.dir=WORK |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.