From 19201bb1e01df2b9db5b6eb76717a711a9b8dae6 Mon Sep 17 00:00:00 2001 From: Leo Li <ll839@drexel.edu> Date: Mon, 22 Oct 2018 18:22:42 -0400 Subject: [PATCH] added lab 4 --- Lab 4/L4 Reflection.txt | 6 ++++++ Lab 4/Scrum Lab List.txt | 12 ++++++++++++ Lab 4/new 1.html | 22 ++++++++++++++++++++++ Lab 4/new 2.html | 10 ++++++++++ 4 files changed, 50 insertions(+) create mode 100644 Lab 4/L4 Reflection.txt create mode 100644 Lab 4/Scrum Lab List.txt create mode 100644 Lab 4/new 1.html create mode 100644 Lab 4/new 2.html diff --git a/Lab 4/L4 Reflection.txt b/Lab 4/L4 Reflection.txt new file mode 100644 index 0000000..ef6d26c --- /dev/null +++ b/Lab 4/L4 Reflection.txt @@ -0,0 +1,6 @@ +This was a very short and simple example of using an Agile methodology, what do you think of Agile so far? +- I like Agile methodology because it breaks down a heavy task to several people and makes the tasks easier. +Each people in the group has to work on the requirements they're assigned in order to complete the project. +Based on the role you had this time, what did you like/not like about it? What role would you want to have next time, and why? +- I was only to record the design while other people were actually coding. +I would like to be a coder next time we work on a project with Agile methodology because coding seems more fun than just recording the design. Also, I wanna make games in the future, so I need to learn how to code. diff --git a/Lab 4/Scrum Lab List.txt b/Lab 4/Scrum Lab List.txt new file mode 100644 index 0000000..3a4aba2 --- /dev/null +++ b/Lab 4/Scrum Lab List.txt @@ -0,0 +1,12 @@ +What must be done to get it working: +1. Make a document with all the tasks +2. Decide questions +3. Create a basic UI +4. Create a password box +5. Create a suggested password button +6. Password modifier +7. Create button to return to original page +What would be nice to have: +1. Create a CSS +2. Question entry UI +3. Look at color schemes for the original page \ No newline at end of file diff --git a/Lab 4/new 1.html b/Lab 4/new 1.html new file mode 100644 index 0000000..1e02d87 --- /dev/null +++ b/Lab 4/new 1.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html> +<body> +<center> +<h1><i>Password Entry<i></h1> +<p> +<h3>Enter Password </h3> +<h2>What was your first pets name and why'd you him/her that? </h2> +<!--comment--> +<label for= "psw"><b>Password</b></label> +<input type="type" placeholder= "Answer" name "psw" required> +<h2>Who is your favorite music artist and why?</h2> +<!--comment--> +<label for= "psw"><b>Password</b></label> +<input type="type" placeholder= "Answer" name "psw" required> +<h2>What is your favorite season and why? </h2> +<!--comment--> +<label for= "psw"><b>Password</b></label> +<input type="type" placeholder= "Answer" name "psw" required> +<br> +<br> +<button onclick="window.location.href='new 2.html'">return</button> \ No newline at end of file diff --git a/Lab 4/new 2.html b/Lab 4/new 2.html new file mode 100644 index 0000000..2cc6a81 --- /dev/null +++ b/Lab 4/new 2.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<body> +<h1>Create Password</h1> + +<label for= "psw"><b>Password</b></label> +<input type="type" placeholder= "" name "psw" required> +<br> +<input type="submit" value"Submit"> +<button onclick="window.location.href='new 1.html'">suggest</button> \ No newline at end of file -- GitLab