From 6a8fc8f59020278afa82680547262108d17b08ae Mon Sep 17 00:00:00 2001 From: rehughes07 <58590776+rehughes07@users.noreply.github.com> Date: Wed, 24 Nov 2021 13:12:50 +0000 Subject: [PATCH] Descriptives and Visualization beginning I finished the analyses for each section, and have moved onto beginning a file for visualizing all the data. The new "visualization data" csv file has only the columns that were asked for in lines 134-158. I'll continue to work on those plots this week. --- Connect Project R Markdown.Rmd | 33 ++++++- data/Personal religious affiliation data.csv | 80 ++++++++++++++++ ...rsonal religious affiliation analyses.xlsx | Bin 0 -> 9372 bytes data/visualization data.csv | 86 ++++++++++++++++++ 4 files changed, 198 insertions(+), 1 deletion(-) create mode 100644 data/Personal religious affiliation data.csv create mode 100644 data/removed for personal religious affiliation analyses.xlsx create mode 100644 data/visualization data.csv diff --git a/Connect Project R Markdown.Rmd b/Connect Project R Markdown.Rmd index 7a89256..d4c4b25 100644 --- a/Connect Project R Markdown.Rmd +++ b/Connect Project R Markdown.Rmd @@ -143,8 +143,10 @@ table(Q3_1factor) - Q19 (respondent ethnic self-desc) ```{r Plots} -# Q22 +library(ggplot2) +# Q22 +testplot <- # Q23 # Q24 @@ -305,7 +307,36 @@ summary(informal_affiliation_test_Q23) informal_affiliation_test_Q27 <- manova(cbind(Q27_1, Q27_2, Q27_3, Q27_4, Q27_5, Q27_6, Q27_7) ~ Q15, data = religion_affiliation_data) summary(informal_affiliation_test_Q27) +``` +```{r Analyses based on personal religious affiliation} ## Q21 with Q22, Q23, Q27 # Q21 is personal religious affiliation. This may be more tricky as it is a free answer...but can code the type of religious affiliation and test that way? -- would be chi-square or some sort of non-para analysis due to the small number of respondents who answered this + +personal_religious_affiliation_data <- read.csv("./data/Personal religious affiliation data.csv") + +head(personal_religious_affiliation_data) + +personal_religious_affiliation_data$Q21_binaryrecode <- factor(personal_religious_affiliation_data$Q21_binaryrecode, levels = c(1, 2), labels = c("none", "answered")) + + ## Q22 +personal_religious_affiliation_test_Q22 <- t.test(Q22_avg ~ Q21_binaryrecode, data = personal_religious_affiliation_data, paired = FALSE) +personal_religious_affiliation_test_Q22 + + ## Q23 +personal_religious_affiliation_test_Q23 <- manova(cbind(Q23_1, Q23_2) ~ Q21_binaryrecode, data = personal_religious_affiliation_data) +summary(personal_religious_affiliation_test_Q23) + + ## Q27 +personal_religious_affiliation_test_Q27 <- manova(cbind(Q27_1, Q27_2, Q27_3, Q27_4, Q27_5, Q27_6, Q27_7) ~ Q21_binaryrecode, data = personal_religious_affiliation_data) +summary(personal_religious_affiliation_test_Q27) + + # Significant difference between answers to Q27 and whether participants indicated a personal religious affiliation -- with the small sample size it may be easier to visualize the differences here based on freeform answer + +head(personal_religious_affiliation_data) +personal_religious_affiliation_means <- aggregate(cbind(Q27_1, Q27_2, Q27_3, Q27_4, Q27_5, Q27_6, Q27_7) ~ Q21_binaryrecode, data = personal_religious_affiliation_data, FUN = mean) +personal_religious_affiliation_means + +## In viewing the means, it is likely the significant difference viewed in the above MANOVA is within Q27_7, with those who indicated having a personal religious affiliation reporting lower scores (M = 2.94) than those who did not answer or indicated they had no religious affiliation (M = 3.83). This makes sense as a higher score indicates they disagree that they know about "how they put their beliefs about the climate/biodiversity crisis into practice" + # Also a slight difference in Q27_3 with those indicating having a personal religious affiliation reporting slightly lower scores (M = 3.24) than those who did not answer to indicated they had no religious affiliation (M = 3.76) ``` diff --git a/data/Personal religious affiliation data.csv b/data/Personal religious affiliation data.csv new file mode 100644 index 0000000..347e895 --- /dev/null +++ b/data/Personal religious affiliation data.csv @@ -0,0 +1,80 @@ +ResponseId,Q21,Q21_binaryrecode,Q22_1,Q22_2,Q22_avg,Q23_1,Q23_2,Q27_1,Q27_2,Q27_3,Q27_4,Q27_5,Q27_6,Q27_7 +R_XgZyEbCrviQUw1P,Nonreligious,1,4,4,4,3,5,4,4,4,4,4,4,4 +R_2yk0rVnQzYe2KPW,Christian,2,4,3,3.5,2,5,4,5,5,3,4,4,4 +R_1Fh13ZAPiKTPBcY,,1,3,3,3,3,4,4,4,4,4,4,4,4 +R_s7rgQ9fWe1q93DX,Muslim British ,2,4,2,3,4,5,4,3,2,3,2,2,2 +R_xlm1MZwsxj7PmXn,Pentecostal,2,4,2,3,1,4,5,4,2,5,4,3,3 +R_d4invy5EhFhL077,RC - Lapsed,2,4,3,3.5,3,3,4,4,2,3,2,3,2 +R_Or2XpjCr16F1dfj,,1,5,5,5,4,5,4,4,4,4,4,4,4 +R_2wttznEd20wnoav,,1,5,5,5,5,1,5,5,5,5,5,5,5 +R_22xKOMaYKahuUwP,Christian ,2,5,5,5,5,5,5,5,5,5,5,5,4 +R_12DTxizWqCfcC8p,Non religious,1,4,4,4,3,5,4,4,4,4,4,4,4 +R_9sK4N6UJRbSbnMd,,1,2,2,2,2,4,5,4,2,3,2,3,2 +R_2YrL3mNpuhfwkb6,Secular,2,2,2,2,4,4,3,4,2,4,4,4,3 +R_3OcSThsDDJ6gKPB,Hindu,2,4,4,4,3,4,4,4,4,4,4,5,4 +R_blWDNPdZjoGf6Jb,,1,3,3,3,2,4,3,3,3,4,4,4,5 +R_3DupDvBYJOygzha,Christian,2,5,4,4.5,2,4,4,4,2,5,3,4,3 +R_1mDCWzUD5KU7dLj,,1,4,2,3,2,3,4,4,3,2,3,3,3 +R_1jkPiVsydoiHO7Z,Christian,2,5,5,5,2,5,5,5,2,5,5,5,2 +R_3PoDm7qEPwP4Fpk,,1,4,4,4,2,4,4,4,4,3,4,4,4 +R_1XgssrO1h3cXVu1,Christian,2,4,2,3,2,3,2,2,2,1,2,3,1 +R_1rjoqaWYW3T8AI6,N/A,1,4,2,3,1,5,4,4,4,4,4,2,2 +R_2agI4Np4ECu3eCX,No affiliation.,1,5,4,4.5,4,3,5,5,4,5,5,5,5 +R_z293ttW0xbnJ7e9,,1,5,5,5,5,3,4,4,4,5,5,4,5 +R_3KIsc1OEh9i3CV8,Agnostic,2,5,4,4.5,4,4,4,5,3,3,4,3,3 +R_3KHD4dfqf7OktEX,Christian,2,5,4,4.5,2,3,5,5,4,5,5,5,4 +R_6xjTIrxF9WJdOA9,agnostic,2,5,4,4.5,2,3,5,5,4,4,5,5,4 +R_2EGCBnHFRACR18K,Practicing Christian,2,5,5,5,4,4,5,5,5,5,5,5,5 +R_3Hh9DLcBMJ1joSt,Catholic,2,4,2,3,2,5,5,5,4,2,4,2,2 +R_1nW9lk1FssIEliA,christian,2,4,4,4,2,4,4,4,2,4,4,4,3 +R_2rOZ2qBOkmAFmLo,Non-believer,1,4,2,3,2,1,5,5,2,4,4,4,4 +R_2bVumEeTpy5kYJB,Open,2,4,2,3,4,4,5,5,4,4,2,4,2 +R_1PdCHMNFVEYzeFF,Yes,2,4,4,4,2,2,4,4,4,1,2,2,2 +R_1PbLxSwXuuVGv51,Catholic,2,4,3,3.5,3,4,4,5,3,4,5,5,3 +R_xgTtbFHQBjYOxR7,RC,2,5,4,4.5,4,5,5,5,5,4,4,4,4 +R_3oLvowq6ixh599S,Christian,2,4,4,4,4,4,4,5,4,5,5,5,4 +R_1kYPntMmMqoD4fm,Christian,2,4,4,4,2,3,4,4,3,5,4,4,4 +R_6gRpYYhWysBRqdX,c of E,2,4,3,3.5,4,3,4,2,4,1,2,2,2 +R_12av6RHT5MXMAiK,Roman Catholic ,2,4,3,3.5,4,5,5,5,2,4,4,5,2 +R_3R4UrVwYAu3rqOM,Christian ,2,5,5,5,4,4,3,3,4,4,4,4,4 +R_3GqUEdaNc4tWcfn,Religious,2,3,3,3,3,3,5,4,2,3,4,3,2 +R_2ToDtpH3tvBcxeg,Agnostic ,2,5,4,4.5,4,3,4,5,5,3,2,4,4 +R_2qasekTiGfcNpd2,Christian,2,4,4,4,4,5,5,5,4,4,5,5,4 +R_4JIYBPm5T0nxEtz,,1,3,3,3,3,4,3,3,3,3,3,3,3 +R_tLnCoZBzXaynebD,Christian,2,4,3,3.5,4,5,4,5,4,4,4,4,4 +R_1OrxEBDwzeEVivk,cHRISTIAN ,2,4,4,4,3,3,4,4,3,3,4,4,3 +R_3MuICyKiNv3u5je,,1,5,4,4.5,4,3,5,5,5,5,5,5,4 +R_QcrS6oloaNxW1fH,Christian,2,1,1,1,1,5,5,5,2,2,4,4,2 +R_23VQhp9HIQlIscc,"Christian, Sufi",2,4,4,4,3,5,4,4,4,3,4,3,3 +R_3iOvxOWCyQEZ9hM,,1,4,4,4,3,5,5,5,5,5,5,5,5 +R_1Pbo6cvZo69pLon,,1,5,4,4.5,2,3,4,4,4,3,4,4,4 +R_TiOZvH6j9dhEIs9,,1,2,3,2.5,3,5,5,4,4,3,4,3,3 +R_1jH3yDnmvHcjTsM,,1,4,4,4,2,2,4,4,3,4,4,4,4 +R_T1SN1Zit1YusRKV,,1,4,4,4,4,5,4,5,5,5,4,5,5 +R_R9UMtu2HItMLFi9,,1,5,2,3.5,2,3,3,3,4,1,2,2,2 +R_T00xAPfRQAU7waZ,Christian,2,5,4,4.5,5,5,5,5,4,4,5,4,4 +R_3njXtkaZDtpG9fp,CATHOLIC,2,4,2,3,1,5,5,5,4,5,5,5,5 +R_dcn0MBJ4OrUUxJD,Christian,2,4,3,3.5,2,5,4,4,3,4,3,3,2 +R_1Iz73IwUr01lRNU,Athiest,2,1,2,1.5,1,5,5,5,5,5,5,5,4 +R_2rTa06kkdqoxrZK,Christian,2,4,4,4,3,3,4,5,3,2,3,4,3 +R_3kiVHui1BVcwusf,Humanist,2,5,4,4.5,2,2,5,4,4,4,2,5,2 +R_cTNtnbQi3ofK8Fz,Christian,2,5,2,3.5,2,5,4,4,2,4,4,4,2 +R_1dtoO3odjNbYClh,catholic,2,4,4,4,4,3,4,4,4,4,4,4,3 +R_0U1I31ldIOQsO09,Christian ,2,4,2,3,2,4,2,4,2,4,2,4,2 +R_22VLsB4xvyZYCBw,Christian,2,5,4,4.5,2,3,4,4,3,4,4,4,3 +R_1QsBURUrWn2Vxrw,,1,3,3,3,3,3,4,4,4,3,4,5,4 +R_UT47X0QOtyCVjvb,Agnostic ,2,4,2,3,2,3,4,3,3,4,4,4,2 +R_1gMjGtT6ZU3e1LU,Catholic ,2,2,2,2,2,5,3,3,3,1,3,3,3 +R_2V4qtqY6IdMzyr2,Christian,2,2,2,2,1,4,3,2,2,4,3,4,2 +R_2TMjGaamnNsLQz1,Christian,2,4,4,4,2,4,2,2,2,1,2,4,2 +R_3iPSssHAneNAsGH,Anglican Christian,2,3,3,3,2,4,4,4,2,2,4,4,2 +R_2UgBh0WempUe3xI,,1,5,4,4.5,4,3,4,4,4,3,4,4,4 +R_1IL8gk2YdtWCZHf,Agnostic ,2,5,4,4.5,5,5,5,4,4,3,4,4,4 +R_1Ft7c0elY4DbBJS,,1,4,4,4,4,2,5,4,4,4,4,4,4 +R_23HjJq7BKt44hrz,,1,3,2,2.5,1,1,5,3,4,2,4,4,4 +R_3iDRlE6VP4OjzPS,C of E,2,2,2,2,2,4,3,2,2,1,2,2,1 +R_2UgbG6myvCouyLR,Atheist ,2,2,2,2,1,5,4,4,3,4,4,3,3 +R_5c0i8QxUt3yFDl7,,1,4,3,3.5,3,4,3,4,3,2,3,3,4 +R_1gGbhd56kDHm2nL,,1,5,4,4.5,5,5,4,4,4,4,4,4,4 +R_2Rb7yspNjL0JATD,,1,4,4,4,5,5,5,5,5,4,4,5,5 +R_2BhDufKhbDmMNeC,,1,1,1,1,1,5,1,3,1,1,1,3,1 \ No newline at end of file diff --git a/data/removed for personal religious affiliation analyses.xlsx b/data/removed for personal religious affiliation analyses.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..06fd716e995b0fb65c465fa0038e30479e914d31 GIT binary patch literal 9372 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 literal 0 HcmV?d00001 diff --git a/data/visualization data.csv b/data/visualization data.csv new file mode 100644 index 0000000..d490f43 --- /dev/null +++ b/data/visualization data.csv @@ -0,0 +1,86 @@ +ResponseId,Q22_1,Q22_2,Q22_avg,Q23_1,Q23_2,Q24,Q25,Q26,Other Priorities,Lack Subject Knowledge,Lack Confidence,Current Syllabus,Pupil Disinterest,Department Head,Available Work Schemes,Unavailable Resources,Uncertain of Pedagogical Approach,Q27_1,Q27_2,Q27_3,Q27_4,Q27_5,Q27_6,Q27_7,Q8,Q9,Q10,Q13,Q13_recode,Q15,Q16,Q21,Q21_binaryrecode,Q4,Q18,Q19,Q1,Q35,Q5,Q2,Q3,Q6,Q7,Q7_numerical +R_XgZyEbCrviQUw1P,4,4,4,3,5,"Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,4,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,4,4,4,4,4,4,4,academy,25-100,West Midlands,,,No,,Nonreligious,1,Religious Studies,Male,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,5-10 years,"2,3,4,5",No,Full time (paid employee), +R_2yk0rVnQzYe2KPW,4,3,3.5,2,5,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,4,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,4,5,5,3,4,4,4,local authority,9-Jan,,Church of England,1,No,,Christian,2,,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,5-10 years,"1,2,3,4,5",Yes,Full time (paid employee), +R_1Fh13ZAPiKTPBcY,3,3,3,3,4,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,4,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,4,4,4,4,4,4,4,local authority,25-100,London and South East,,,No,,,1,Sociology,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,"1,2,3,4,5",Yes,Full time (paid employee), +R_s7rgQ9fWe1q93DX,4,2,3,4,5,"Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"7,8,9",FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,4,3,2,3,2,2,2,independent school,25-100,London and South East,Muslim,6,No,,Muslim British ,2,Theology ,Female,Any other Black/African/Caribbean background,secondary,Teacher,More than 50%,11 or more years,"2,5",Yes,Full time (paid employee), +R_xlm1MZwsxj7PmXn,4,2,3,1,4,"The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Maybe,3,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,5,4,2,5,4,3,3,local authority,25-100,London and South East,Church of England,1,No,,Pentecostal,2,Religious Studies,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,"1,2,3,4,5",Yes,Full time (paid employee), +R_d4invy5EhFhL077,4,3,3.5,3,3,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",No,,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,4,4,2,3,2,3,2,local authority,25-Oct,Eastern England,Church of England,1,No,,RC - Lapsed,2,Philosophy ,Male,Any other White ethnic background,primary,Teacher,,11 or more years,"1,2,3,5",Yes,Full time (paid employee), +R_Or2XpjCr16F1dfj,5,5,5,4,5,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,"1,4",TRUE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,4,4,4,4,4,4,4,local authority,25-100,Eastern England,,,No,,,1,Religious Studies,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,"1,2,3,4,5",Yes,Full time (paid employee), +R_2wttznEd20wnoav,5,5,5,5,1,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",No,,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,5,5,5,5,5,5,5,academy,25-100,London and South East,Roman Catholic,2,No,,,1,Philosophy and theology ,Male,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,"2,3,4,5",Yes,Full time (paid employee), +R_22xKOMaYKahuUwP,5,5,5,5,5,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,1,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,5,5,5,5,5,5,4,academy,25-100,West Midlands,,,Yes,,Christian ,2,Religious studies and theology ,Female,Any other ethnic group,secondary,Teacher,Between 25% and 50%,11 or more years,"1,2,3,4,5",Yes,Part time (paid employee), +R_12DTxizWqCfcC8p,4,4,4,3,5,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,4,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,4,4,4,4,4,4,4,academy,25-100,West Midlands,,,Yes,There is nothing official but our assemblies reflect a Christian nature,Non religious,1,Theology,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,"1,2,3,4,5",Yes,Full time (paid employee), +R_9sK4N6UJRbSbnMd,2,2,2,2,4,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"1,3,8,9",TRUE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,5,4,2,3,2,3,2,local authority,25-Oct,London and South East,Church of England,1,No,,,1,"Related arts: literature, music, dance and art ",Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,11 or more years,"1,2,3,5",Yes,Full time (paid employee), +R_2YrL3mNpuhfwkb6,2,2,2,4,4,"The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Maybe,"1,5,9",TRUE,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,TRUE,3,4,2,4,4,4,3,academy,25-100,West Midlands,,,Yes,Christian ethos and history,Secular,2,Philosophy,Male,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,5-10 years,"1,2,3,4,5",Yes,Full time (paid employee), +R_3OcSThsDDJ6gKPB,4,4,4,3,4,"Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"7,8",FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,FALSE,4,4,4,4,4,5,4,academy,25-100,North West,,,No,,Hindu,2,Theology and philosophy ,Female,Indian,secondary,Teacher,More than 50%,11 or more years,"1,2,3,4,5",Yes,Full time (paid employee), +R_blWDNPdZjoGf6Jb,3,3,3,2,4,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Maybe,"1,4",TRUE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,3,3,3,4,4,4,5,academy,25-100,Yorkshire and North East,Church of England,1,No,,,1,Religious Studies ,Female,Pakistani,secondary,Teacher,Between 25% and 50%,5-10 years,"2,4,5",Yes,Full time (paid employee), +R_3DupDvBYJOygzha,5,4,4.5,2,4,"The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,4,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,4,4,2,5,3,4,3,academy,25-100,Yorkshire and North East,Church of England,1,No,,Christian,2,Theology,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,Less than 5 years,"1,2,3,4,5",No,Full time (paid employee), +R_1mDCWzUD5KU7dLj,4,2,3,2,3,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Maybe,1,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,4,4,3,2,3,3,3,academy,25-100,North West,Church of England,1,No,,,1,Psychology ,Female,Prefer not to say,secondary,Teacher,More than 50%,11 or more years,2,No,Full time (paid employee), +R_1jkPiVsydoiHO7Z,5,5,5,2,5,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,7,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,5,5,2,5,5,5,2,academy,25-100,Eastern England,,,No,,Christian,2,Humanities,Male,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,"1,2,3,4,5",Yes,Full time (paid employee), +R_3PoDm7qEPwP4Fpk,4,4,4,2,4,"The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,"7,8",FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,FALSE,4,4,4,3,4,4,4,academy,25-100,East Midlands,,,No,,,1,Theology Education English ,Female,Irish,secondary,Teacher,More than 50%,11 or more years,"1,2,4,5",Yes,Full time (paid employee), +R_1XgssrO1h3cXVu1,4,2,3,2,3,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Maybe,"4,7,9",FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,TRUE,2,2,2,1,2,3,1,local authority,25-Oct,Eastern England,Church of England,1,No,,Christian,2,"Social Anthropology, Computing and Prayer",Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,11 or more years,2,Yes,Full time (paid employee), +R_1rjoqaWYW3T8AI6,4,2,3,1,5,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,"7,9",FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,4,4,4,4,4,2,2,academy,25-100,London and South East,,,No,,N/A,1,,Male,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,5-10 years,"1,2,3,4,5",Yes,Full time (paid employee), +R_2agI4Np4ECu3eCX,5,4,4.5,4,3,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Maybe,8,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,5,5,4,5,5,5,5,local authority,25-100,East Midlands,,,No,,No affiliation.,1,Combined ,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,"1,2,3,4,5",Yes,Full time (paid employee), +R_z293ttW0xbnJ7e9,5,5,5,5,3,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,1,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,4,4,4,5,5,4,5,independent school,25-100,,,,No,,,1,BA QTS (S) RE and PE,Female,Prefer not to say,secondary,Teacher,More than 50%,11 or more years,"1,2,3,4,5",No,Full time (paid employee), +R_3KIsc1OEh9i3CV8,5,4,4.5,4,4,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Maybe,"1,7",TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,4,5,3,3,4,3,3,independent school,25-100,Scotland,,,Yes,"Informally Christian. This is not expressed in curriculum choices, only in school events. Eg. the school has a carol service, sings hymns in assembly, speech day is in a church.",Agnostic,2,Divinity,Male,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,5-10 years,"2,3,4,5",Yes,Full time (paid employee), +R_3KHD4dfqf7OktEX,5,4,4.5,2,3,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",No,,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,5,5,4,5,5,5,4,academy,25-100,Yorkshire and North East,Church of England,1,No,,Christian,2,Theology and secondary education,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,Between 25% and 50%,11 or more years,"1,2,3,4,5",No,Part time (paid employee), +R_6xjTIrxF9WJdOA9,5,4,4.5,2,3,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",No,,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,5,5,4,4,5,5,4,academy,25-100,East Midlands,,,No,,agnostic,2,Religious Studies and Music (Combined Honours),Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,"1,2,3,4,5",Yes,Full time (paid employee), +R_2EGCBnHFRACR18K,5,5,5,4,4,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Maybe,4,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,5,5,5,5,5,5,5,academy,25-100,East Midlands,,,No,,Practicing Christian,2,Theology and Education Studies,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,2,Yes,Full time (paid employee), +R_3Hh9DLcBMJ1joSt,4,2,3,2,5,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"3,4",FALSE,FALSE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,5,5,4,2,4,2,2,local authority,25-Oct,East Midlands,,,Yes,we mark Christian festivals such as Christmas ,Catholic,2,Disability Studies with Education ,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,5-10 years,"1,2",Yes,Full time (paid employee), +R_1nW9lk1FssIEliA,4,4,4,2,4,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"7,8",FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,FALSE,4,4,2,4,4,4,3,academy,25-100,West Midlands,Church of England,1,No,,christian,2,B.Ed (Hons ) in Early years education for Science and Drama ,Male,Welsh/English/Scottish/Northern Irish/British,cross-phase,Teacher,Between 25% and 50%,11 or more years,"1,2",Yes,Full time (paid employee), +R_2rOZ2qBOkmAFmLo,4,2,3,2,1,"The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",No,,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,5,5,2,4,4,4,4,local authority,25-100,London and South East,,,No,,Non-believer,1,Theology,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,5-10 years,"1,2",No,Full time (paid employee), +R_2bVumEeTpy5kYJB,4,2,3,4,4,"Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Maybe,"1,4",TRUE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,5,5,4,4,2,4,2,academy,25-100,London and South East,,,Yes,Christian,Open,2,Philosophy,Male,Caribbean,secondary,Teacher,More than 50%,5-10 years,"1,2,3,4,5",Yes,Full time (paid employee), +R_1PdCHMNFVEYzeFF,4,4,4,2,2,"The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"2,4,7,8",FALSE,TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,FALSE,4,4,4,1,2,2,2,academy,25-100,West Midlands,,,No,,Yes,2,Environment science ,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,2,Yes,Full time (paid employee), +R_1PbLxSwXuuVGv51,4,3,3.5,3,4,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"4,6,7,8",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,TRUE,FALSE,4,5,3,4,5,5,3,local authority,25-100,London and South East,Roman Catholic,2,No,,Catholic,2,Education Studies,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,Less than 5 years,"1,2,3,4,5",No,Prefer not to answer, +R_xgTtbFHQBjYOxR7,5,4,4.5,4,5,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"4,7,8",FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,FALSE,5,5,5,4,4,4,4,local authority,25-100,Northern Ireland,Roman Catholic,2,No,,RC,2,World faiths and theology,Female,Irish,secondary,Teacher,More than 50%,11 or more years,"1,2,3,4",Yes,Full time (paid employee), +R_3oLvowq6ixh599S,4,4,4,4,4,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"1,7,8,9",TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,4,5,4,5,5,5,4,academy,25-100,Yorkshire and North East,,,Yes,Christian ethos inderpins academy values. Founder us a church leader. We have a church attached to one of the school hubs,Christian,2,,Female,Caribbean,secondary,Teacher,Less than 25%,11 or more years,"1,2,3,4,5",Yes,Full time (paid employee), +R_1kYPntMmMqoD4fm,4,4,4,2,3,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Maybe,1,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,4,4,3,5,4,4,4,academy,25-100,Eastern England,Church of England,1,No,,Christian,2,Philosophy,Male,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,"1,2,3,4,5",Yes,Full time (paid employee), +R_6gRpYYhWysBRqdX,4,3,3.5,4,3,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Maybe,"2,3",FALSE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,4,2,4,1,2,2,2,local authority,9-Jan,North West,,,No,,c of E,2,Education,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,11 or more years,"1,2",Yes,Part time (paid employee), +R_12av6RHT5MXMAiK,4,3,3.5,4,5,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"1,2",TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,5,5,2,4,4,5,2,academy,25-100,Yorkshire and North East,Roman Catholic,2,No,,Roman Catholic ,2,Theology ,Male,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,"1,2,3,4,5",Yes,Full time (paid employee), +R_3R4UrVwYAu3rqOM,5,5,5,4,4,"Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,"4,6,7",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,FALSE,FALSE,3,3,4,4,4,4,4,local authority,25-100,North West,,,No,,Christian ,2,Theology,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,Less than 5 years,"1,2,3,4,5",No,Full time (paid employee), +R_3GqUEdaNc4tWcfn,3,3,3,3,3,"Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"2,7,8",FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,FALSE,5,4,2,3,4,3,2,academy,25-100,London and South East,Roman Catholic,2,No,,Religious,2,Theology and Religious Studies,Prefer not to say,Prefer not to say,secondary,Teacher,Between 25% and 50%,5-10 years,"2,3,5",No,Not working (other), +R_2ToDtpH3tvBcxeg,5,4,4.5,4,3,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,4,5,5,3,2,4,4,academy,25-100,London and South East,,,No,,Agnostic ,2,Religious Studies,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,"1,2,3,4,5",Yes,Full time (paid employee), +R_2qasekTiGfcNpd2,4,4,4,4,5,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,7,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,5,5,4,4,5,5,4,academy,25-Oct,London and South East,Church of England,1,No,,Christian,2,RE,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,5-10 years,2,Yes,Part time (paid employee), +R_4JIYBPm5T0nxEtz,3,3,3,3,4,"Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,4,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,3,3,3,3,3,3,3,local authority,9-Jan,London and South East,Church of England,1,No,,,1,Bachelor of education ,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,11 or more years,2,No,Full time (paid employee), +R_tLnCoZBzXaynebD,4,3,3.5,4,5,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"7,9",FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,4,5,4,4,4,4,4,local authority,25-Oct,London and South East,Church of England,1,No,,Christian,2,Sociology,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,11 or more years,2,No,Part time (paid employee), +R_1OrxEBDwzeEVivk,4,4,4,3,3,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Maybe,"7,8,9",FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,4,4,3,3,4,4,3,local authority,25-100,London and South East,,,No,,cHRISTIAN ,2,History ,Female,Prefer not to say,secondary,Teacher,More than 50%,11 or more years,"1,2",Yes,Full time (paid employee), +R_2ts69gqfWGXM2OU,5,5,5,4,3,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Maybe,1,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,,,,,,,,,,,,,No,,,1,,,,secondary,Teacher,,5-10 years,"1,2,3,4,5",,, +R_3MuICyKiNv3u5je,5,4,4.5,4,3,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Maybe,,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,5,5,5,5,5,5,4,,,,Church of England,1,No,,Christian,2,,,,secondary,Teacher,,11 or more years,"1,2,3,4,5",,, +R_QcrS6oloaNxW1fH,1,1,1,1,5,The relationship between the spiritual and material worlds in any religion/worldview,Yes,4,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,5,5,2,2,4,4,2,academy,25-100,North West,,,,,"Christian, Sufi",2,Religious and Theological Studies,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,"1,2,3,4,5",Yes,Full time (paid employee), +R_3gRSF49nx1NmAt0,4,2,3,1,3,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Maybe,,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,,,,,,,,,,,,,,,,1,,,,primary,Teacher,,11 or more years,2,,, +R_2tb28DZNGuxGs25,4,4,4,2,4,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"4,9",FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,,,,,,,,,,,Other Christian,4,Yes,,,1,,,,primary,Teacher,,11 or more years,2,,, +R_23VQhp9HIQlIscc,4,4,4,3,5,"The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"4,7,9",FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,TRUE,4,4,4,3,4,3,3,local authority,25-Oct,London and South East,Other Christian,4,No,,,1,Computer Science,Female,Any other White ethnic background,primary,Teacher,,11 or more years,2,No,Part time (paid employee), +R_274kmFr7ieHlef0,2,2,2,2,3,"The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"2,4,6",FALSE,TRUE,FALSE,TRUE,FALSE,TRUE,FALSE,FALSE,FALSE,,,,,,,,,,,Church of England,1,No,,,1,,,,primary,Teacher,,5-10 years,"1,2",,, +R_3iOvxOWCyQEZ9hM,4,4,4,3,5,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,"1,7,8",TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,FALSE,5,5,5,5,5,5,5,,,,Roman Catholic,2,No,,,1,,,,secondary,Teacher,,11 or more years,2,,, +R_1Pbo6cvZo69pLon,5,4,4.5,2,3,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Maybe,4,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,4,4,4,3,4,4,4,academy,25-100,Eastern England,Church of England,1,Yes,Multi-academy Trust with core values that are shared,,1,,,,secondary,Teacher,Between 25% and 50%,11 or more years,"2,4,5",No,Full time (paid employee), +R_TiOZvH6j9dhEIs9,2,3,2.5,3,5,"The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,4,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,5,4,4,3,4,3,3,academy,25-100,London and South East,,,No,,Christian,2,Philosophy,,,secondary,Teacher,More than 50%,Less than 5 years,"1,2,4,5",No,Full time (paid employee), +R_1jH3yDnmvHcjTsM,4,4,4,2,2,Understandings of nature in any religion/worldview,Yes,7,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,4,4,3,4,4,4,4,,,,Church of England,1,No,,CATHOLIC,2,,,,secondary,Teacher,,Less than 5 years,"2,3,4,5",,, +R_T1SN1Zit1YusRKV,4,4,4,4,5,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,"4,8",FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,TRUE,FALSE,4,5,5,5,4,5,5,local authority,25-Oct,Wales,,,Yes,"over 60% of our students are Muslims, so this indirectly influences class discussions and interests",Christian,2,Environmental Studies,Male,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,11 or more years,"1,2,3",Yes,Part time (paid employee), +R_R9UMtu2HItMLFi9,5,2,3.5,2,3,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",No,,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,3,3,4,1,2,2,2,local authority,9-Jan,Wales,Other Christian,4,Yes,We have a Christian Ethos underpinning the Academy but we are not a faith school,Athiest,2,Welsh,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,11 or more years,2,No,Part time (paid employee), +R_T00xAPfRQAU7waZ,5,4,4.5,5,5,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"7,8",FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,FALSE,5,5,4,4,5,4,4,local authority,9-Jan,Eastern England,Other Christian,4,No,,Christian,2, Maths,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,11 or more years,"1,2,3,5",Yes,Full time (paid employee), +R_3njXtkaZDtpG9fp,4,2,3,1,5,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,"4,8",FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,TRUE,FALSE,5,5,4,5,5,5,5,local authority,25-100,London and South East,Church of England,1,No,,Humanist,2,theology ,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,5-10 years,"1,2,3,4,5",Yes,Full time (paid employee), +R_dcn0MBJ4OrUUxJD,4,3,3.5,2,5,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"4,7,8",FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,FALSE,4,4,3,4,3,3,2,academy,9-Jan,Eastern England,,,No,,Christian,2,History,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,11 or more years,2,No,Full time (paid employee), +R_1Iz73IwUr01lRNU,1,2,1.5,1,5,,Yes,6,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,5,5,5,5,5,5,4,academy,25-100,South West,Other Christian,4,Yes,,catholic,2,,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,"2,3,4,5",No,Full time (paid employee), +R_2rTa06kkdqoxrZK,4,4,4,3,3,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Maybe,3,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,4,5,3,2,3,4,3,academy,9-Jan,Eastern England,,,No,,Christian ,2,Primary Education with QTS,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,11 or more years,"1,2",Yes,Full time (paid employee), +R_3kiVHui1BVcwusf,5,4,4.5,2,2,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,1,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,5,4,4,4,2,5,2,local authority,25-100,East Midlands,,,No,,Christian,2,Environmental science and life science,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,"1,2,3,4,5",Yes,Full time (paid employee), +R_cTNtnbQi3ofK8Fz,5,2,3.5,2,5,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"1,2,3,8",TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,4,4,2,4,4,4,2,academy,25-100,Yorkshire and North East,,,No,,,1,Theology,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,5-10 years,"1,2,3,4,5",Yes,Full time (paid employee), +R_1dtoO3odjNbYClh,4,4,4,4,3,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,"4,8",FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,TRUE,FALSE,4,4,4,4,4,4,3,local authority,25-100,London and South East,Church of England,1,Yes,,Agnostic ,2,"english, theology, religious education",Female,Welsh/English/Scottish/Northern Irish/British,cross-phase,Teacher,More than 50%,11 or more years,"2,3,4,5",Yes,Full time (paid employee), +R_0U1I31ldIOQsO09,4,2,3,2,4,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"2,3,4,8",FALSE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,TRUE,FALSE,2,4,2,4,2,4,2,academy,9-Jan,London and South East,,,No,,Catholic ,2,Primary education ,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,5-10 years,"1,2",Yes,Full time (paid employee), +R_22VLsB4xvyZYCBw,5,4,4.5,2,3,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Maybe,,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,4,4,3,4,4,4,3,local authority,9-Jan,Yorkshire and North East,Church of England,1,No,,Christian,2,English and Theology,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,11 or more years,"1,2",Yes,Part time (paid employee), +R_1QsBURUrWn2Vxrw,3,3,3,3,3,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Maybe,"1,7",TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,4,4,4,3,4,5,4,academy,25-Oct,North West,Church of England,1,No,,Christian,2,science,Male,White and Asian,primary,Teacher,,Less than 5 years,4,Yes,Full time (paid employee), +R_UT47X0QOtyCVjvb,4,2,3,2,3,"The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Maybe,"1,4",TRUE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,4,3,3,4,4,4,2,academy,25-100,London and South East,,,No,,Anglican Christian,2,Study of Religion ,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,"1,2,3,4,5",Yes,Full time (paid employee), +R_1gMjGtT6ZU3e1LU,2,2,2,2,5,,Yes,"3,8,9",FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,3,3,3,1,3,3,3,local authority,25-Oct,London and South East,,,No,,,1,I did Business studies and Tourism and the a PGCE,Female,Caribbean,primary,Teacher,,5-10 years,2,Yes,Full time (paid employee), +R_2V4qtqY6IdMzyr2,2,2,2,1,4,The relationship between the spiritual and material worlds in any religion/worldview,Maybe,"2,3,4,7",FALSE,TRUE,TRUE,TRUE,FALSE,FALSE,TRUE,FALSE,FALSE,3,2,2,4,3,4,2,academy,9-Jan,West Midlands,,,No,,Agnostic ,2,Early Childhood Education Studies,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,Less than 5 years,"1,2,4,5",Yes,Full time (paid employee), +R_2TMjGaamnNsLQz1,4,4,4,2,4,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,4,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,2,2,2,1,2,4,2,academy,9-Jan,Eastern England,,,No,,,1,Music,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,11 or more years,"1,2",Yes,Full time (paid employee), +R_3iPSssHAneNAsGH,3,3,3,2,4,"Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"4,7,8",FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,FALSE,4,4,2,2,4,4,2,local authority,25-Oct,London and South East,Church of England,1,No,,,1,,Male,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,11 or more years,"1,2",Yes,Full time (paid employee), +R_2UgBh0WempUe3xI,5,4,4.5,4,3,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Maybe,4,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,4,4,4,3,4,4,4,local authority,9-Jan,London and South East,,,,,C of E,2,,Female,Welsh/English/Scottish/Northern Irish/British,primary,Higher Level Teaching Assistant,,5-10 years,"1,2",Yes,Full time (paid employee), +R_1IL8gk2YdtWCZHf,5,4,4.5,5,5,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",No,,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,5,4,4,3,4,4,4,academy,25-Oct,London and South East,,,,,Atheist ,2,Design and Technology ,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,11 or more years,2,Yes,Full time (paid employee), +R_1Ft7c0elY4DbBJS,4,4,4,4,2,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",No,,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,5,4,4,4,4,4,4,,,,,,,,,1,,,,secondary,Teacher,,11 or more years,"2,3,4,5",,, +R_23HjJq7BKt44hrz,3,2,2.5,1,1,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",No,,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,5,3,4,2,4,4,4,,,,,,,,,1,,,,primary,Teacher,,11 or more years,"1,2",,, +R_3iDRlE6VP4OjzPS,2,2,2,2,4,The relationship between the spiritual and material worlds in any religion/worldview,Yes,"2,4,7",FALSE,TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,FALSE,3,2,2,1,2,2,1,local authority,25-Oct,West Midlands,,,,,,1,English literature,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,11 or more years,2,Yes,Part time (paid employee), +R_2UgbG6myvCouyLR,2,2,2,1,5,"Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Yes,"4,7,8",FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,FALSE,4,4,3,4,4,3,3,local authority,25-100,London and South East,,,,,,1,Religious Studies & Theology,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,5-10 years,2,Yes,Full time (paid employee), +R_5c0i8QxUt3yFDl7,4,3,3.5,3,4,Understandings of nature in any religion/worldview,Maybe,3,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,3,4,3,2,3,3,4,free school,9-Jan,,,,,,,,,,,primary,Teacher,,Less than 5 years,2,Yes,Not working (retired), +R_1gGbhd56kDHm2nL,5,4,4.5,5,5,"Understandings of nature in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,9,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,4,4,4,4,4,4,4,academy,25-100,East Midlands,,,,,,,Social studies and humanities with re,Female,Welsh/English/Scottish/Northern Irish/British,secondary,Teacher,More than 50%,11 or more years,"1,2,4",Yes,Full time (paid employee), +R_2Rb7yspNjL0JATD,4,4,4,5,5,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview),The climate crisis and/or biodiversity crisis in relation to any religion or worldview",Yes,"3,4,7,8",FALSE,FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,FALSE,5,5,5,4,4,5,5,local authority,25-100,London and South East,,,,,,,,Male,White and Black African,primary,Higher Level Teaching Assistant,,5-10 years,"1,5",Yes,Full time (paid employee), +R_3gT5K7U7CH9RohJ,2,1,1.5,1,3,"Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Maybe,4,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,,,,,,,,,,,,,,,,,,,,primary,Teacher,,11 or more years,"1,2",,, +R_2BhDufKhbDmMNeC,1,1,1,1,5,,Yes,"2,3,4,7,8,9",FALSE,TRUE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,TRUE,1,3,1,1,1,3,1,academy,25-Oct,East Midlands,,,,,,,Professional studies,Female,Welsh/English/Scottish/Northern Irish/British,primary,Teacher,,11 or more years,"1,2,4,5",Yes,Full time (paid employee), +R_22X0hD5g2Ps0RyO,4,3,3.5,3,3,"Understandings of nature in any religion/worldview,The relationship between the spiritual and material worlds in any religion/worldview,Human beings’ responsibility towards the earth (environmental ethics in general, or in relation to any religion/worldview)",Maybe,"4,7",FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,FALSE,,,,,,,,,,,,,,,,,,,,primary,Teacher,,11 or more years,2,,, \ No newline at end of file