Strategic Measure_Percentage increased knowledge by site
Percentage of participants who respond to an on-site survey reporting that the activity that they just witnessed contributed to their overall knowledge and understanding of world cultures, world history and/or arts of every discipline.
This data set supports measure CLL.C.5 of SD23.
Data Source: Department Data Warehouse
Calculation: (CLL.C.5) # of program participants by site who indicated increased knowledge or understanding of culture, history, or art/ # of program participants who responded to a program site survey
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"datahub-austintexas-gov/strategic-measurepercentage-increased-knowledge-by-q3vq-ef3p\".\"strategic_measurepercentage_increased_knowledge_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.