Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new question to the "Study information" page #4467

Closed
iaindillingham opened this issue Jul 18, 2024 · 0 comments · Fixed by #4483
Closed

Add a new question to the "Study information" page #4467

iaindillingham opened this issue Jul 18, 2024 · 0 comments · Fixed by #4483
Assignees

Comments

@iaindillingham
Copy link
Member

Following a request from @LiamHart-hub, the "Study information" page of the applications app should include a new question. The user should select either one of two answers to the question. The question and the answers should be located beneath the text added by #4466.

The question is as follows:

Have all applicants for OpenSAFELY read and agree to OpenSAFELY's Analytic Methods Policy?

(The link to OpenSAFELY's Analytic Methods Policy is important!)

The answers are as follows:

  • Yes
  • No

The question is analogous to the "Have all applicants for OpenSAFELY access completed the Getting Started tutorial?" question on the "Software development experience" page.

Fieldset(
label="",
fields=[
Field(
name="all_applicants_completed_getting_started",
label="Have all applicants for OpenSAFELY access completed the Getting Started tutorial?",
help_text=snippet("14-fieldset0-field1-help_text"),
),
],
),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant