Task List

 # Student Task Title Priority Details Date Due Progress Tags Who
10AlicePBuild Generic Quiz

After that - but not yet

  • Then create the php to add the quiz. You'll create a record in quiz first, then get the id that is created.
  • Then create each question in question
  • after you add each question - add a record in look up table
  • Might want to loop through questions?
  • AliceP
    20AlicePTest Create Quiz

    This is working - right? Test and make sure images are loading up properly.

    AliceP
    1AlicePQuiz CRUD - Edit

    Fix Image Upload

    AliceP
    3AlicePQuiz CRUD - Edit

    Style the form better!!!  Look at this topic on how to use your CSS - your HTML is set up correctly in edit.php

    AliceP
    2AlicePQuiz CRUD - Edit

    Test - is it editing properly.

    AliceP
    4AlicePQuiz CRUD - DELETE

    Add this functionality to your quiz-admin page.  Look at this topic for instructions. .  To see a working example check out Simple CRUD

    AliceP
    5AlicePQuestions CRUD

    Create a basic CRUD for all questions.  First just create what you did with quiz the basic layout. So how to start? Copy quiz over? Can you share any code? Talk to me about.

    AliceP
    6AlicePQuestions CRUD - Add

    Ability to add questions.  Use Quiz as guide.

    AliceP
    7AlicePQuestions CRUD - EDIT

    Ability to edit questions.

    AliceP
    8AlicePQuestions CRUD - DELETE

    Make sure delete works.

    AliceP
    9AlicePAssigning Questions to Quizzes

    Finally - wouldn't it be nice to click on a quiz and add questions from the bank?  Or remove questions?  So from the Quiz Admin page - let's add a link to manage questions.  This will allow us to add or remove questions from an existing bank to quiz.  Or add new ones.  Does this mean we no longer need Step 10?  Let's discuss at this point.

    AliceP
    15AryaAGradients

    Learn about Gradients - if you want to! Optional!

    AryaA
    10AryaABreakout Game: Step 1

    Read and do exercise.

    AryaA
    3AryaAExercise: Variables

    Do Exercise: Data Types

    In the thick ofAryaA
    4AryaARead about Converting Data Types

    Read!

    AryaA
    5AryaAHomework: Converting Data TYpes

    Do homework for Converting Strings & Numbers

    AryaA
    6AryaAAdding Logic with Conditionals

    Read the intro and then the section on Comparisons & Logical Operators and on Conditionals in JavaScript

    AryaA
    7AryaAExercise: Conditionals and Canvas

    Do exercise!

    AryaA
    0BridgetNFix layout1.html

    1. Look at line 10 in layout1.html - not sure why you have that.
    2. Line 57 - you forgot to put an ending ">" for your table tag.
    3. Take a look at how those changes worked and how your second table is now centering correctly.
    Understand?correctly

    BridgetN
    5BronwenHBasics of Selectors

    Learn basics of how to do ID and class selectors in CSS to apply styles to only certain things in your pages

    StartedBronwenH
    6BronwenHUsing Selectors

    Learn how to use selectorsin your pages. Do the grouping & nesting homework and then talk to my about the "pulling it all together homework".

    BronwenH
    7BronwenHFlexbox Containers

    Learn the basics of flex. Do homework.

    BronwenH
    8BronwenHFlexbox Container Properties

    Read about the 4 and do homework that is in flex-wrap.

    BronwenH
    0CallahanFFinish Numbers, Strings, Booleans Exercise.In the thick of
    • Today
    CallahanF
    1CallahanFShare Numbers,Strings, Bools with mom

    Get approval!

    • Today
    CallahanF
     # Student Task Title Priority Details Date Due Progress Tags Who