Task List

 # Student Task Title Priority Details Date Due Progress Tags Who
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
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
     # Student Task Title Priority Details Date Due Progress Tags Who