Answer:
1-2
Explanation:
It depends on the amount of information that you have on each slide. You want to make sure you're not going too fast but also make sure you arent taking up to much time. Be sure to speak clearly it will make the presentation better by looking clean and time organized. hope this helps :)
Answer:
var count = 0;
var counterElement = document.getElementById("counter");
counterElement.innerHTML = count;
var interval = setInterval(function () {
count++;
counterElement.innerHTML = count;
if (count === 3) {
clearTimeout(interval);
}
}, 400);
Answer and Explanation
There are five stages of group development which Alex should follow.
i) Stage 1: Forming-this is where he forms a team which will follow the other stages.
ii)Stage 2: Storming - In this stage is where the members set their goals and boundaries.
iii)Stage 3: Norming- This is where the team comes together in terms of ideas. In this stage members are ready to move forward with big expectations.
iv)Stage 4: Performing.-This is where now the team is now accomplishing or implements their ideas and they are now getting the benefits.In this stage members argue positively.
v)Stage 5: Adjourning-This is the stage where the group has accomplished their mission.And now the group is dissolved