Skip to content
This repository was archived by the owner on Apr 2, 2022. It is now read-only.

Latest commit

 

History

History
141 lines (139 loc) · 4.5 KB

Outline.md

File metadata and controls

141 lines (139 loc) · 4.5 KB

Pra Tim-14 Quick Look

Assignment

PRA Tim-14 Solution

  • Navbar.ascx | Luka

Author Forms

  • StartPage.aspx | Adelisa
  • Register.aspx | Adelisa
  • Login.aspx | Adelisa
  • HomePage.aspx | Adelisa
  • ProfilePage.aspx | Adelisa
  • Table.aspx | Dino
    • QuizList.ascx | Dino
    • LogList.ascx | Dino
    • SingleLog.ascx | Dino
  • QuizCreation.aspx | Luka

Attendee forms

  • GameStartPage.aspx | Marko
    • CodeEntry.ascx | Marko
    • UserNameEntry.ascx | Marko
  • WaitingRoom.aspx | Marko
  • WaitingForResults.aspx | Fran
  • Results.aspx | Fran
  • EndOfQuiz.aspx | Fran
  • QuizQuestion.aspx | Fran

Database

  • Creating Tables | Luka
  • Creating Procedures | Luka

Status

PRA Tim-14 Solution

  • Navbar.ascx | User Control
  • Code
  • Style
    • AuthorNavbar.ascx | UserControl
  • Code
  • Style
    • AttendeeNavbar.ascx | UserControl
  • Code
  • Style

Author Forms

  • Code
  • Style
  • StartPage.aspx | Web Form
  • Code
  • Style
  • Register.aspx | Web Form
  • Code
  • Style
  • Login.aspx | Web Form
  • Code
  • Style
  • HomePage.aspx | Web Form
  • Code
  • Style
  • ProfilePage.aspx | Web Form
  • Code
  • Style
  • Table.aspx | Web Form
  • Code
  • Style
    • QuizList.ascx | User Control
    • Code
    • Style
    • LogList.ascx | User Control
    • Code
    • Style
    • SingleLog.ascx | User Control
  • Code
  • Style
  • QuizCreation.aspx | Web Form
  • Code
  • Style

Attendee forms

  • Code
  • Style
  • GameStartPage.aspx | Web Form
  • Code
  • Style
    • CodeEntry.ascx | User Control
    • Code
    • Style
    • UserNameEntry.ascx | User Control
    • Code
    • Style
  • WaitingRoom.aspx | Web Form (Redirect)
  • Code
  • Style
    • AuthorWaitingRoom.aspx | Web Form
    • Code
    • Style
    • AttendeeWaitingRoom.aspx | Web Form
    • Code
    • Style
  • WaitingForResults.aspx | Web Form
  • Code
  • Style
  • Results.aspx | Web Form
  • Code
  • Style
  • EndOfQuiz.aspx | Web Form
  • Code
  • Style
  • QuizQuestion.aspx | Web Form (Redirect)
  • Code
  • Style
    • AuthorQuizQuestion.aspx | Web Form
    • Code
    • Style
    • AttendeeQuizQuestion.aspx | Web Form
    • Code
    • Style

Pictures

PRA Tim-14 Solution

  • Navbar.ascx | User Control Navbar User Control
    • AuthorNavbar.ascx | UserControl  Web Form
    • AttendeeNavbar.ascx | UserControl  Web Form

Author Forms

  • StartPage.aspx | Web Form Start Page Web Form
  • Register.aspx | Web Form Register Web Form
  • Login.aspx | Web Form Login Web Form
  • HomePage.aspx | Web Form Home Page Web Form
  • ProfilePage.aspx | Web Form Profile Page Web Form
  • Table.aspx | Web Form Profile Page Web Form
    • QuizList.ascx | User Control Quiz List User Control
    • LogList.ascx | User Control Log List User Control
    • SingleLog.ascx | User Control Single Log User Control
  • QuizCreation.aspx | Web Form Quiz Creation Web Form

Attendee forms

  • GameStartPage.aspx | Web Form
    • CodeEntry.ascx | User Control Code Entry User Control
    • UserNameEntry.ascx | User Control Code Entry User Control
  • WaitingRoom.aspx | Web Form (Redirect)
    • AuthorWaitingRoom.aspx | Web Form Author Waiting Room User Control
    • AttendeeWaitingRoom.aspx | Web Form Attendee Waiting Room User Control
  • WaitingForResults.aspx | Web Form Waiting For Results Web Form
  • Results.aspx | Web Form  Web Form
  • EndOfQuiz.aspx | Web Form  Web Form
  • QuizQuestion.aspx | Web Form (Redirect)
    • AuthorQuizQuestion.aspx | Web Form Quiz Question User Control
    • AttendeeQuizQuestion.aspx | Web Form Quiz Question User Control