-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevidence_assess.php
23 lines (22 loc) · 1.22 KB
/
evidence_assess.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<?php require("header.inc"); ?>
</head>
<body>
<div id="map_4_screen_master_container">
<div id="map_1_screen_container_left">
<strong>Learning Design Map</strong>
<p>• <a href="/ld_map.php">Home</a></p>
<strong>Our PLC discussion</strong><p>• <a href="/evidence_assess_functions.php?mode=video">Video</a></p>
<strong>Ways into this idea using TfEL</strong>
<p>• <a href="/evidence_assess_functions.php?mode=negotiateAssessment">Negotiate assessment</a><br />
• <a href="/evidence_assess_functions.php?mode=journalWriting">Journal writing</a><br />
• <a href="/evidence_assess_functions.php?mode=assessmentTool">Questioning as an assessment <br /> tool</a><br />
• <a href="/evidence_assess_functions.php?mode=roundTableAssessment">Round table assessment</a><br />
• <a href="/evidence_assess_functions.php?mode=strategiesAssessment">Five key strategies for <br /> assessment</a><br />
• <a href="/evidence_assess_functions.php?mode=reflectionPartners">Reflection partners</a></p>
<a href="/resources_pack/want_more/4.pdf"><div id="want_more"></div></a></div>
</div>
</body>
</html>