-
Notifications
You must be signed in to change notification settings - Fork 2
/
reading_gaps.html
62 lines (40 loc) · 2.31 KB
/
reading_gaps.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<title> Education Equity </title>
<!-- <link rel="icon" href="assets/pics/eclogo.png">-->
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/gh/gitbrent/[email protected]/css/bootstrap4-toggle.min.css" rel="stylesheet">
<!-- My CSS -->
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<header>
<div class="col-md-8" style="transform:translate(-50%, 0%); left: 50%;">
<h1>Virginia's Reading SOL Test Gaps: All Divisions, 2006-2024</h1>
</div>
</header>
<main>
<h3>Last Updated: November 2024</h3>
<a href = "https://virginiaequitycenter.github.io/vaequity-reading/"> <h3>Return to Summary Page</h3> </a>
<br>
<div class="page-section row">
<div class="col-md-3"></div>
<div class="col-md-6">
<p>Using data from the Virginia Department of Education on <a href="https://p1pe.doe.virginia.gov/apex/f?p=152:1:10330908492500:::::"> SOL Reading test pass rates</a>, we estimated the overall SOL pass rates for students in grades 3-8 by school division, year, and demographic group. Please see <a href = "https://virginiaequitycenter.github.io/vaequity-reading/methods"> our methods page </a> for more on how we obtained these estimates. </p>
</div>
<div class="col-md-3"></div>
</div>
<div class="row">
<div class="col-lg-1 col-md-1"> </div>
<div class="col-lg-10 col-md-10">
<iframe height="2400" width="100%" frameborder="no" src="https://virginiaequitycenter.shinyapps.io/reading_gaps/" scrolling="no"> </iframe>
</div>
<div class="col-lg-1 col-md-1"> </div>
</div>
</body>
</html>