-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathengage_learning.php
23 lines (22 loc) · 1.24 KB
/
engage_learning.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_5_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="/engage_learning_functions.php?mode=video">Video</a></p>
<strong>Ways into this idea using TfEL</strong>
<p>• <a href="/engage_learning_functions.php?mode=engagingChallenging">Engaging, challenging and <br /> supporting students' learning</a><br />
• <a href="/engage_learning_functions.php?mode=conceptAttainment">Concept attainment</a><br />
• <a href="/engage_learning_functions.php?mode=jigsawProcess">Jigsaw process</a><br />
• <a href="/engage_learning_functions.php?mode=newMedia">Ten tips for teaching with <br /> new media</a><br />
• <a href="/engage_learning_functions.php?mode=mindMap">Mind map</a><br />
• <a href="/engage_learning_functions.php?mode=developingImagination">Developing imagination <br /> in education</a></p>
<a href="/resources_pack/want_more/5.pdf"><div id="want_more"></div></a></div>
</div>
</body>
</html>