Course Solutions Uncategorized (Answered) : Respond To Only Two Student Post In A Few Sentences

(Answered) : Respond To Only Two Student Post In A Few Sentences

Question Description

Respond to only two student post by voting for the “strongest” and “weakest” construction option. Explain the reasoning behind your votes. Use theories from this course so far to support this reasoning.

2. http://www.instructionaldesign.org/theories/

Student A

The Chocolate Making Process

What could students “construct” to help them learn about the process of making chocolate?

  1. An infographic that explains the process of making chocolate.
  2. A website about the whole process of making chocolate.
  3. Create a TV advertising about the chocolate bar.

Student B

Construction options for topic:

  • Illustrating water cycle diagram
  • Creating water cycle circle book
  • Making the water cycle in a bag

student C

Topic of teaching: Money – Coins (Peny, nickle,

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

(Solved) : Include Using Namespace Std Int Searchlist Int Int Int Function Prototype Const Int Size 1 Q29823343 . . . .(Solved) : Include Using Namespace Std Int Searchlist Int Int Int Function Prototype Const Int Size 1 Q29823343 . . . .

<p>#include<iostream><br/>using namespace std;</p><p>int searchList( int[], int, int); // function prototype<br/>const int SIZE = 16;</p><p>int main()<br/>{<br/>int nums[SIZE] = {34,19,19,18,17,13,12,12,12,11,9,5,3,2,2,0};<br/>int found;<br/>int num;<br/>do{<br/>cout << "Enter an integer to search for (-9999 to exit):"<<