"; } ?>
"); } else { $introduction = nl2br($myrow[4]); if (strlen($myrow[38]) > 0) { echo(" "); } echo(" $introduction "); } echo(" "); } echo(" "); // ========================================================== // // Displaying Work Space // echo(" "); // // // ========================================================== // // ========================================================== // // Displaying Rubric // echo(" "); // // // ========================================================== // // ========================================================== // // Displaying Password // echo(" "); // // // ========================================================== // echo("
"); require('incs/connect.inc'); $result=mysql_query("select * from lessons where id = $id",$db); while ($myrow = mysql_fetch_row($result)) { $author = $myrow[36]; $email = $myrow[2]; $title = $myrow[1]; $original_author = $myrow[59]; } echo("
SLATE author: $author
$title
"); require('incs/connect.inc'); $result=mysql_query("select * from lessons where id = $id",$db); while ($myrow = mysql_fetch_row($result)) { echo("
Introduction
"); if (strlen($myrow[1]) < 1) { echo(" You will enter a title

"); } else { } if (strlen($myrow[4]) < 1) { echo(" You will enter text here that provides background, instruction, and a context for what your students will be doing. Your introduction should properly set the stage for the tasks below, illustrating to the students not only what they are about to learn, but why.

Web Resources "); require('incs/connect.inc'); $result=mysql_query("select * from lessons where id = $id",$db); while ($myrow = mysql_fetch_row($result)) { echo(" "); if (strlen($myrow[8]) > 0) { echo(" "); } if (strlen($myrow[11]) > 0) { echo(" "); } if (strlen($myrow[14]) > 0) { echo(" "); } if (strlen($myrow[17]) > 0) { echo(" "); } if (strlen($myrow[20]) > 0) { echo(" "); } if (strlen($myrow[23]) > 0) { echo(" "); } if (strlen($myrow[26]) > 0) { echo(" "); } if (strlen($myrow[29]) > 0) { echo(" "); } if (strlen($myrow[32]) > 0) { echo(" "); } echo("
Title Description
$myrow[5] $myrow[7]
$myrow[8] $myrow[10]
$myrow[11] $myrow[13]
$myrow[14] $myrow[16]
$myrow[17] $myrow[19]
$myrow[20] $myrow[22]
$myrow[23] $myrow[25]
$myrow[26] $myrow[28]
$myrow[29] $myrow[31]
$myrow[32] $myrow[34]
Work Space
"); if ($myrow[51] > 0) { $id = $myrow[51]; $site_id = $myrow[0]; if ($myrow[53] == 1) { include('incs/display_questions.inc'); } else { if ($mode == 'read') { include('incs/display_read.inc'); } else { include('incs/display_collaborator.inc'); } } } echo("

Evaluation
"); require('incs/connect.inc'); $result = mysql_query("select * from lessons where id = $lessonid",$db); while ($myrow = mysql_fetch_row($result)) { $rbrc_id = $myrow[50]; } if ($rbrc_id > 0) { include('incs/display_rubric.inc'); } echo("
To Edit this web page, enter your password and click \"go\"!
Password:
"); } echo(" $original_author "); ?>