|
Do your students lose their Hebrew reading skills every year between May and September?
Designed as a follow-up to Shalom Uvrachah--The New Hebrew Primer, the Back to School Hebrew Reading Refresher can be used after this or any other primer for 3-4 weeks at the start of the school year to:
- Review Hebrew letters and words
- Drill Hebrew reading and remediate reading problems
- Practice writing skills
- Enrich cultural concepts
- Serve as a bridge between a primer and Book 1 of any Hebrew series
Exercises are purposeful and efficient. In just a few short weeks, this thorough review gives students the confidence they need to begin Book 1 of their Hebrew series. In addition to simple blessings, songs, and prayer excerpts, the exercises also include:
- Word fragments, syllables, and whole word skills
- Sound-alike and look-alike letter practice
- Final letter identification
- Cultural word and phrase review
- Simple roots
- Unusual word endings and other reading rules
- Simple, practical Hebrew vocabulary
The school year gets off to a brilliant start with the Back-to-School Hebrew Reading Refresher.
#!/usr/local/bin/perl
$FNAME=$ENV{DOCUMENT_ROOT}. "/dbase/products.txt";
#$FNAME="products.txt";
&behrfun($ARGV[0]);
sub behrfun{
my $sku=shift;
print "Content-type: text/html\n\n";
$m=&findme($sku);
unless($m->{'price'}){
&errprint;
}
}
if($m->{salep}){
printsale($m->{itemno},$m->{sku},$m->{price},$m->{salep});
}else{
printresult($m->{itemno},$m->{sku},$m->{price},$m->{salep});
}
sub errprint{
print "[Error: Price not found]\n";
}
sub findme{
my $sku=shift;
my $f;
my @j;
open (FHAN,"<$FNAME") or print "can't open file";
$k=;
# @j=split(/\t/,$k);
# foreach $i (0..30){
# print "$i: $j[$i]\n";
# }
while(){
@j=split(/\t/);
if($j[15] eq $sku){
$f= {
'itemno' => $. - 2,
'price' => $j[1],
'salep' => $j[2],
'sku' => $j[15]
};
close(FHAN);
return $f;
}
}
close(FHAN);
}
sub printresult{
my($itemnum,$sku,$price,$saleprice)=@_;
print<\$$price
![[ORDER THIS]](http://www.behrmanhouse.com/img/order.gif)
($sku)
BLAH
}
sub printsale{
my($itemnum,$sku,$price,$saleprice)=@_;
print<\$$price
On Sale! \$$saleprice
![[ORDER THIS]](http://www.behrmanhouse.com/img/order.gif)
($sku)
BLAH
}
| |
Title-at-a-Glance
Back-to-School Hebrew Reading Refresher
|
Grades 4-5
|
32 pages
|
8" x 10"
|
17 illustrations
|
Includes activities
|
|
| |
|
Complimentary Teaching Guide
![[Read Me]](../../img/read.gif)
Download this guide.
|