diff --git a/Lab 4/L4 Reflection.txt b/Lab 4/L4 Reflection.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef6d26cb620c0fc1d134a0acd367e7ce88b867ad --- /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 0000000000000000000000000000000000000000..3a4aba206d02f6181c7c72a060b68e68492401b1 --- /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 0000000000000000000000000000000000000000..1e02d873f70e89c31f90f244f2db41c0b690f9e9 --- /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 0000000000000000000000000000000000000000..2cc6a81a65d52dddea7f4049fea81f8110e9b33a --- /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