What is a peer review process for online courses based on national standards of best practice designed to promote student learning?
A) Backward Design
B) Peer Mentoring
C) Quality Matters
D) Accreditation
Quality Matters
It is important to imagine yourself in whose shoes?
A) The instructional designer's
B) The instructor's
C) The learner's
D) University leaders
The learner's
What are a set of techniques designed to find out more about what and how students are learning in order to better structure instruction and plan learning activities?
A) Objectives
B) CATs
C) Exam Questions
D) Concept Maps
CATs
What provides a road map that explains everything students need to be successful in your course?
A) Syllabus
B) Template
C) Lecture
D) Textbook
Syllabus
What best summarizes the intentional construction of skills, abilities, or knowledge though participation or contribution?
A) Gaming
B) Absorb-Do-Connect
C) Sequencing
D) Active Learning
Active Learning
<!DOCTYPE html>
<html>
<head>
<title>Hello</title>
</head>
<body>
<p>Blah blah blah blah blah </p>
</body>
<html>
<!DOCTYPE html>
<html>
<head>
<title>Hello</title>
</head>
<body>
<p>Super Bowl was a super game</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Hello</title>
</head>
<body>
<p>Super <span style=“color=yellow”>bowl </span>was a super game!!</p>
</body>
</html>
div a {
color:blue;
}
<!DOCTYPE html>
<html>
<head>
<title>Hello</title>
</head>
<body>
<p>Super <b><i>bowl</b></i> was a super game!!</p>
</body>
</html>