Monday, April 15, 2019

Welcome MP 4


https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=a61cdf6fbb584d8c863515d24ab0745c&resourceFileType=CONVERTED Google Classroom
Question of the Day Form
CodeHS

MAKE SURE YOU ANSWER THE QUESTION OF THE DAY ESPECIALLY IF I AM NOT IN SCHOOL.
Search for Super Karel. What makes Karel Super?

We are starting the forth and final marking period. You will be completing the Karel Course in CodeHS staring where ever you left off last marking period. I will be grading from Unit 3 Super Karel & Loops. I am expecting you to work independently and complete your work on time. Your classwork will count double when you have a substitute.  It is important that you do your best even when no one is watching you.

Karel Textbook
https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=ba7160ab334f47cea8dfcbfe4500cf68&resourceFileType=CONVERTEDImage result for javascript logo

Google Classroom  
Question of the Day Form
CodeHS

MAKE SURE YOU ANSWER THE QUESTION OF THE DAY ESPECIALLY IF I AM NOT IN SCHOOL.
Search for JavaScript. Why are you learning JavaScript?

We are starting the forth and final marking period. You will be completing the JavaScript Course in CodeHS staring where ever you left off last marking period. I will be grading from Unit 5 Functions and Parameters. I am expecting you to work independently and complete your work on time. Your classwork will count double when you have a substitute. It is important that you do your best even when no one is watching you.
Basic JavaScript and Graphics
MAKE SURE YOU ANSWER THE QUESTION OF THE DAY ESPECIALLY IF I AM NOT IN SCHOOL.
Search for Bootstrap. What actually is Bootstrap and what is it used for?

We are starting the forth and final marking period. You will be completing the Web Design Course from Unit 7 Bootstrap. Please make sure that you complete the STARRED Activities FOR EACH ASSIGNMENT. I WILL CHECK THEM, IF THEY ARE GREEN TO SEE IF THEY ARE CORRECT. I am expecting you to work independently and complete your work on time. Your classwork will count double when you have a substitute. It is important that you do your best even when no one is watching you.
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>

        <!-- Bootstrap CSS -->
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

        <!-- Bootstrap JavaScript -->
        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
    </head>
    <body>
        <!-- Your HTML code here -->
    </body>
</html>

No comments: