Posted by: Robin Reichhardt | August 24, 2008

Warmup routines

Repeat at beginning of class every Two Weeks:
3 words or less: vocabulary, speaking, writing, reading outloud, listening 3 words or less: vocabulary, syn-antonymns, word webs, context phrases 2 Goods and a complaint: 2 Truths and A Lie; planned speaking, listening, analysis Twenty questions; speaking, listening, guessimng Image Response: writing, vocabulary, reading outloud, listening Short Language Practicum and Quiz: diagnostic checking Controversial phrase: improv speaking, vocab, roleplay debating, listening, Pass-on group write with vocab block: creative writing, vocab, reading outloud, listening Conversation club, class tally of heard spanish, definitions of privileges, no spanish!!

var snap_click_cp = “”;

var scroller = null;
function set_opacity(e, pct) {
if (pct == 0) {
if (e.style.visibility == “visible”) { e.style.visibility = “hidden”; }
} else {
if (e.style.visibility == “hidden”) { e.style.visibility = “visible”; }
}
e.style.opacity = pct;
e.style.filter = “alpha(opacity=”+(pct*100)+”)”;
}

function maybe_init_scroller() {
var div = document.getElementById(’snapshot-text’);
var cap = document.getElementById(’scroll-capture’);
var u = document.getElementById(’scroll-up’);
var d = document.getElementById(’scroll-down’);
if (div.scrollHeight > div.offsetHeight) {
scroller = scroller_obj(’snapshot-text’, {
mousecapture_id: ’scroll-capture’,
area: 70,
velocity: 0.3,
max_dx: 0,
max_dy: 5,
onChange: function(x,y) {
this.scrollElTo(x, y);
var u_o = 1;
if (this.element.scrollTop <= 0) u_o = 0.25;
set_opacity(u, u_o);
var d_o = 1;
if (this.element.scrollTop + this.element.offsetHeight >= this.element.scrollHeight) d_o = 0.25;
set_opacity(d, d_o);
}});

observe(cap, ‘mouseover’, function(){ scroller.start(); } );
observe(cap, ‘mouseout’, function(){ scroller.stop(); } );
div.style.width = “294px”;
set_opacity(u, 0.25);
set_opacity(d, 1);
}
}
observe(window, “load”, maybe_init_scroller);


Leave a response

Your response:

Categories