<html>
<head>
<style>
.ck-content .table {
width: 100%;
}
.ck-content table {
border-collapse: collapse;
width: 100%
}
.ck-content td {
border: 1px solid #bfbfbf;
}
</style>
<style>
/**
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
:root {
--ck-color-mention-background: rgba(153, 0, 48, .1);
--ck-color-mention-text: #990030
}
.ck-content .mention {
background: var(--ck-color-mention-background);
color: var(--ck-color-mention-text)
}
.ck-content code {
background-color: hsla(0, 0%, 78%, .3);
border-radius: 2px;
padding: .15em
}
.ck-content blockquote {
border-left: 5px solid #ccc;
font-style: italic;
margin-left: 0;
margin-right: 0;
overflow: hidden;
padding-left: 1.5em;
padding-right: 1.5em
}
.ck-content[dir=rtl] blockquote {
border-left: 0;
border-right: 5px solid #ccc
}
.ck-content pre {
background: hsla(0, 0%, 78%, .3);
border: 1px solid #c4c4c4;
border-radius: 2px;
color: #353535;
direction: ltr;
font-style: normal;
min-width: 200px;
padding: 1em;
tab-size: 4;
text-align: left;
white-space: pre-wrap
}
.ck-content pre code {
background: unset;
border-radius: 0;
padding: 0
}
.ck-content .text-tiny {
font-size: .7em
}
.ck-content .text-small {
font-size: .85em
}
.ck-content .text-big {
font-size: 1.4em
}
.ck-content .text-huge {
font-size: 1.8em
}
:root {
--ck-highlight-marker-yellow: #fdfd77;
--ck-highlight-marker-green: #62f962;
--ck-highlight-marker-pink: #fc7899;
--ck-highlight-marker-blue: #72ccfd;
--ck-highlight-pen-red: #e71313;
--ck-highlight-pen-green: #128a00
}
.ck-content .marker-yellow {
background-color: var(--ck-highlight-marker-yellow)
}
.ck-content .marker-green {
background-color: var(--ck-highlight-marker-green)
}
.ck-content .marker-pink {
background-color: var(--ck-highlight-marker-pink)
}
.ck-content .marker-blue {
background-color: var(--ck-highlight-marker-blue)
}
.ck-content .pen-red {
background-color: transparent;
color: var(--ck-highlight-pen-red)
}
.ck-content .pen-green {
background-color: transparent;
color: var(--ck-highlight-pen-green)
}
.ck-content hr {
background: #dedede;
border: 0;
height: 4px;
margin: 15px 0
}
:root {
--ck-color-image-caption-background: #f7f7f7;
--ck-color-image-caption-text: #333
}
.ck-content .image>figcaption {
background-color: var(--ck-color-image-caption-background);
caption-side: bottom;
color: var(--ck-color-image-caption-text);
display: table-caption;
font-size: .75em;
outline-offset: -1px;
padding: .6em;
word-break: break-word
}
@media (forced-colors:active) {
.ck-content .image>figcaption {
background-color: unset;
color: unset
}
}
.ck-content img.image_resized {
height: auto
}
.ck-content .image.image_resized {
box-sizing: border-box;
display: block;
max-width: 100%
}
.ck-content .image.image_resized img {
width: 100%
}
.ck-content .image.image_resized>figcaption {
display: block
}
:root {
--ck-image-style-spacing: 1.5em;
--ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing)/2)
}
.ck-content .image.image-style-block-align-left,
.ck-content .image.image-style-block-align-right {
max-width: calc(100% - var(--ck-image-style-spacing))
}
.ck-content .image.image-style-align-left,
.ck-content .image.image-style-align-right {
clear: none
}
.ck-content .image.image-style-side {
float: right;
margin-left: var(--ck-image-style-spacing);
max-width: 50%
}
.ck-content .image.image-style-align-left {
float: left;
margin-right: var(--ck-image-style-spacing)
}
.ck-content .image.image-style-align-right {
float: right;
margin-left: var(--ck-image-style-spacing)
}
.ck-content .image.image-style-block-align-right {
margin-left: auto;
margin-right: 0
}
.ck-content .image.image-style-block-align-left {
margin-left: 0;
margin-right: auto
}
.ck-content .image-style-align-center {
margin-left: auto;
margin-right: auto
}
.ck-content .image-style-align-left {
float: left;
margin-right: var(--ck-image-style-spacing)
}
.ck-content .image-style-align-right {
float: right;
margin-left: var(--ck-image-style-spacing)
}
.ck-content p+.image.image-style-align-left,
.ck-content p+.image.image-style-align-right,
.ck-content p+.image.image-style-side {
margin-top: 0
}
.ck-content .image-inline.image-style-align-left,
.ck-content .image-inline.image-style-align-right {
margin-bottom: var(--ck-inline-image-style-spacing);
margin-top: var(--ck-inline-image-style-spacing)
}
.ck-content .image-inline.image-style-align-left {
margin-right: var(--ck-inline-image-style-spacing)
}
.ck-content .image-inline.image-style-align-right {
margin-left: var(--ck-inline-image-style-spacing)
}
.ck-content .image {
clear: both;
display: table;
margin: .9em auto;
min-width: 50px;
text-align: center
}
.ck-content .image img {
display: block;
height: auto;
margin: 0 auto;
max-width: 100%;
min-width: 100%
}
.ck-content .image-inline {
align-items: flex-start;
display: inline-flex;
max-width: 100%
}
.ck-content .image-inline picture {
display: flex
}
.ck-content .image-inline img,
.ck-content .image-inline picture {
flex-grow: 1;
flex-shrink: 1;
max-width: 100%
}
.ck-content ol {
list-style-type: decimal
}
.ck-content ol ol {
list-style-type: lower-latin
}
.ck-content ol ol ol {
list-style-type: lower-roman
}
.ck-content ol ol ol ol {
list-style-type: upper-latin
}
.ck-content ol ol ol ol ol {
list-style-type: upper-roman
}
.ck-content ul {
list-style-type: disc
}
.ck-content ul ul {
list-style-type: circle
}
.ck-content ul ul ul,
.ck-content ul ul ul ul {
list-style-type: square
}
:root {
--ck-todo-list-checkmark-size: 16px
}
.ck-content .todo-list {
list-style: none
}
.ck-content .todo-list li {
margin-bottom: 5px;
position: relative
}
.ck-content .todo-list li .todo-list {
margin-top: 5px
}
.ck-content .todo-list .todo-list__label>input {
-webkit-appearance: none;
border: 0;
display: inline-block;
height: var(--ck-todo-list-checkmark-size);
left: -25px;
margin-left: 0;
margin-right: -15px;
position: relative;
right: 0;
vertical-align: middle;
width: var(--ck-todo-list-checkmark-size)
}
.ck-content[dir=rtl] .todo-list .todo-list__label>input {
left: 0;
margin-left: -15px;
margin-right: 0;
right: -25px
}
.ck-content .todo-list .todo-list__label>input:before {
border: 1px solid #333;
border-radius: 2px;
box-sizing: border-box;
content: ";
display: block;
height: 100%;
position: absolute;
transition: box-shadow .25s ease-in-out;
width: 100%
}
@media (prefers-reduced-motion:reduce) {
.ck-content .todo-list .todo-list__label>input:before {
transition: none
}
}
.ck-content .todo-list .todo-list__label>input:after {
border-color: transparent;
border-style: solid;
border-width: 0 calc(var(--ck-todo-list-checkmark-size)/8) calc(var(--ck-todo-list-checkmark-size)/8) 0;
box-sizing: content-box;
content: ";
display: block;
height: calc(var(--ck-todo-list-checkmark-size)/2.6);
left: calc(var(--ck-todo-list-checkmark-size)/3);
pointer-events: none;
position: absolute;
top: calc(var(--ck-todo-list-checkmark-size)/5.3);
transform: rotate(45deg);
width: calc(var(--ck-todo-list-checkmark-size)/5.3)
}
.ck-content .todo-list .todo-list__label>input[checked]:before {
background: #26ab33;
border-color: #26ab33
}
.ck-content .todo-list .todo-list__label>input[checked]:after {
border-color: #fff
}
.ck-content .todo-list .todo-list__label .todo-list__label__description {
vertical-align: middle
}
.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
position: absolute
}
.ck-content .media {
clear: both;
display: block;
margin: .9em 0;
min-width: 15em
}
.ck-content .page-break {
align-items: center;
clear: both;
display: flex;
justify-content: center;
padding: 5px 0;
position: relative
}
.ck-content .page-break:after {
border-bottom: 2px dashed #c4c4c4;
content: ";
position: absolute;
width: 100%
}
.ck-content .page-break__label {
background: #fff;
border: 1px solid #c4c4c4;
border-radius: 2px;
box-shadow: 2px 2px 1px rgba(0, 0, 0, .15);
color: #333;
display: block;
font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
font-size: .75em;
font-weight: 700;
padding: .3em .6em;
position: relative;
text-transform: uppercase;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 1
}
@media print {
.ck-content .page-break {
padding: 0
}
.ck-content .page-break:after {
display: none
}
.ck-content :has(+.page-break) {
margin-bottom: 0
}
}
.ck-content[dir=rtl] .table th {
text-align: right
}
.ck-content[dir=ltr] .table th {
text-align: left
}
.ck-content figure.table:not(.layout-table) {
display: table
}
.ck-content figure.table:not(.layout-table)>table {
height: 100%;
width: 100%
}
.ck-content .table:not(.layout-table) {
margin: .9em auto
}
.ck-content figure.table:not(.layout-table)>table,
.ck-content table.table:not(.layout-table) {
border: 1px double #b3b3b3;
border-collapse: collapse;
border-spacing: 0
}
.ck-content figure.table:not(.layout-table)>table>tbody>tr>th,
.ck-content figure.table:not(.layout-table)>table>thead>tr>th,
.ck-content table.table:not(.layout-table)>tbody>tr>th,
.ck-content table.table:not(.layout-table)>thead>tr>th {
background: rgba(0, 0, 0, .05);
font-weight: 700
}
.ck-content figure.table:not(.layout-table)>table>tbody>tr>td,
.ck-content figure.table:not(.layout-table)>table>tbody>tr>th,
.ck-content figure.table:not(.layout-table)>table>thead>tr>td,
.ck-content figure.table:not(.layout-table)>table>thead>tr>th,
.ck-content table.table:not(.layout-table)>tbody>tr>td,
.ck-content table.table:not(.layout-table)>tbody>tr>th,
.ck-content table.table:not(.layout-table)>thead>tr>td,
.ck-content table.table:not(.layout-table)>thead>tr>th {
border: 1px solid #bfbfbf;
min-width: 2em;
padding: .4em
}
@media print {
.ck-content figure.table>table {
height: auto
}
}
.ck-content figure.table.layout-table,
.ck-content table.table.layout-table {
margin-bottom: 0;
margin-top: 0
}
.ck-content figure.table.layout-table>table,
.ck-content table.table.layout-table {
border-spacing: 0
}
:root {
--ck-color-selector-caption-background: #f7f7f7;
--ck-color-selector-caption-text: #333
}
.ck-content .table>figcaption {
background-color: var(--ck-color-selector-caption-background);
caption-side: top;
color: var(--ck-color-selector-caption-text);
display: table-caption;
font-size: .75em;
outline-offset: -1px;
padding: .6em;
text-align: center;
word-break: break-word
}
@media (forced-colors:active) {
.ck-content .table>figcaption {
background-color: unset;
color: unset
}
}
.ck-content .table .ck-table-resized {
table-layout: fixed
}
.ck-content .table td,
.ck-content .table th {
overflow-wrap: break-word
}
</style>
</head>
<body style="font-family: Arial; background-color: #eeeeee;"><center><table width="90%" cellspacing="0" cellpadding="0"><tr><td style="border: 1px solid #aaaaaa;"><table width="100%" style="background-color: #ffffff;" cellspacing="2" cellpadding="10">
<tr><td colspan="3" style="background-color: #efefef;"><img src="https://ca-sfu-psv.edupoint.com//images/SM/PVUE.png"></td></tr>
<tr><td colspan="3" style="background-color: #efefef;">Message sent from San Francisco</td></tr>
<tr><td colspan="3"> </td></tr>
<tr><td colspan="3">
<div style="font-size: 16pt;">
<b>Message From:</b> Michael Colvin<br>
<b>Context:</b> Grades: 6, 7, 8 (Frances Ladue)<br>
<b>Subject:</b> SBAC Testing Next Week, 4/13-4/17: Exámenes SBAC la próxima semana, del 13 al 17 de abril.: SBAC 测试:下周(4月13日至17日)
</div>
</td></tr>
<tr><td class="ck-content" colspan="3">
<p><span style="background-color:transparent;color:#000000;">Dear Hoover Hawk Families,</span></p><p><span style="background-color:transparent;color:#000000;">We would like to inform you that SBAC testing will take place next week, 4/13-4/17. SBAC testing is a standardized assessment aligned with the Common Core State Standards that measures students' proficiency in English language arts and mathematics.</span></p><p><span style="background-color:transparent;color:#000000;">All testing will occur in the morning during the Advisory class. The schedule is as follows:</span></p><ul><li><span style="background-color:transparent;color:#000000;">Monday and Tuesday: English Language Arts</span></li><li><span style="background-color:transparent;color:#000000;">Thursday and Friday: Mathematics</span></li></ul><p><span style="background-color:transparent;color:#000000;">We encourage you to support your child in being prepared each day by encouraging them to get a good night's sleep and to arrive at school on time. Please remind your child to prioritize their mental well-being during testing by staying calm, focused and confident. Our teachers will be sure to do the same. </span></p><p><span style="background-color:transparent;color:#000000;">Please ensure your child's Chromebook is fully charged and ready to go each day. Take time over the weekend to "Powerwash" (reset) your child's Chromebook so that it is running smoothly for testing. Directions for "Powerwashing" are located in your child's Grade Level Google Classroom.</span></p><p><span style="background-color:transparent;color:#000000;">We want all students to simply do their personal best and we are so proud of the hard work they have shown throughout the year. </span></p><p><span style="background-color:transparent;color:#000000;">Thank you for your continued support and have a wonderful weekend.</span></p><p><span style="background-color:transparent;color:#000000;">Best regards,</span></p><p><span style="background-color:transparent;color:#000000;">Mr. Colvin, Assistant Principal</span></p><hr><p>Estimadas familias de Hoover Hawk:</p><p>Nos gustaría informarles que las pruebas SBAC se llevarán a cabo la próxima semana, del 13 al 17 de abril. Las pruebas SBAC son una evaluación estandarizada, alineada con los Estándares Estatales del Núcleo Común (Common Core), que mide la competencia de los estudiantes en artes del lenguaje inglés y matemáticas.</p><p>Todas las pruebas se realizarán por la mañana, durante la clase de Asesoría (*Advisory*). El horario es el siguiente:</p><p>Lunes y martes: Artes del lenguaje inglés<br>Jueves y viernes: Matemáticas</p><p>Les animamos a apoyar a sus hijos para que estén preparados cada día, motivándolos a dormir bien por la noche y a llegar a la escuela a tiempo. Por favor, recuerden a sus hijos que prioricen su bienestar mental durante las pruebas, manteniéndose tranquilos, concentrados y seguros de sí mismos. Nuestros maestros se asegurarán de hacer lo mismo.</p><p>Por favor, asegúrense de que el Chromebook de su hijo esté completamente cargado y listo para usarse cada día. Tómense un tiempo durante el fin de semana para realizar un "Powerwash" (restablecimiento) en el Chromebook de su hijo, de modo que funcione con fluidez para las pruebas. Las instrucciones para realizar el "Powerwash" se encuentran en el Google Classroom del nivel de grado de su hijo.</p><p>Queremos que todos los estudiantes simplemente den lo mejor de sí mismos; estamos muy orgullosos del arduo trabajo que han demostrado a lo largo del año.</p><p>Gracias por su continuo apoyo y que tengan un fin de semana maravilloso.</p><p>Atentamente,</p><p>Sr. Colvin, Subdirector</p><hr><p>亲爱的 Hoover Hawk 家庭成员们:</p><p>特此通知,SBAC 考试将于下周(4月13日至4月17日)举行。SBAC 是一项与"共同核心州立标准"(Common Core State Standards)相一致的标准化评估,旨在衡量学生在英语语言艺术和数学方面的熟练程度。</p><p>所有考试均安排在上午的"辅导课"(Advisory class)时段进行。具体时间安排如下:</p><p>周一和周二:英语语言艺术
周四和周五:数学</p><p>我们鼓励各位家长协助孩子做好每日的备考准备:请督促孩子保证充足的夜间睡眠,并确保他们按时到校。同时也请提醒孩子,在考试期间要优先关注自身的心理健康,保持冷静、专注和自信。我们的老师也定会为此提供相应的支持与引导。</p><p>请务必确保您孩子的 Chromebook 笔记本电脑每天都处于充满电且随时可用的状态。建议您利用周末时间对孩子的 Chromebook 进行一次"Powerwash"(即恢复出厂设置/重置)操作,以确保设备在考试期间能够顺畅运行。关于如何进行"Powerwash"操作的详细说明,已发布在您孩子所在年级的 Google Classroom 班级页面中。</p><p>我们希望每一位学生都能尽其所能,发挥出自己的最佳水平;对于他们这一整年来所付出的辛勤努力,我们深感自豪。
</p><p>感谢您一如既往的支持,祝您周末愉快!</p><p>诚挚地,</p><p>Colvin 先生(助理校长)</p><p> </p>
<tr><td colspan="3"> </td></tr>
<tr><td colspan="3"><img src="https://ca-sfu-psv.edupoint.com//PXP2_MessageViewed.aspx?t=3DmeM2x17DdY2o3bZbARMGb64NYLKcZUAKejDAd9voA4tuDdoSU7VczVQTYHv1GW" /></td></tr>
<tr><td colspan="3"> </td></tr>
</table></td></tr></table></center></body></html>