My ChatGPT Code

ATTEMPT 1

Prompt 1: How do I make a temperature convertor in HTML?

Results: It worked the first time!

Attempt 2 & 3

Prompt 2: give me the HTML code to display information about each harry potter character

Results: Nice it worked but what is that broken image to the left of each name? We tried it a few times and it only gives the 3 characters but also we realized we want a drop down.

Prompt 3: give me the HTML code with a drop down to select any harry potter character and display information about them once selected

Results: Nice it worked! We have a drop down but it still only gives me 3 characters. 

Attempt 4 & 5

Prompt 4: give me the HTML code with a drop-down to select 15 different harry potter character there is and display information about them once selected

Results: Hmm, it made the drop down but no information displayed, what happened? We did a quick debug of the code and found out it never completed the code! 

Prompt 5: finish the code above

Results: Wow that actually worked? With a 1 minute google search, quick scan, we found out that if ChatGPT stops the code midway, just ask it to finish the code! That worked! The images still don't show up.

Attempt 6 & 7

Prompt 6: give me the HTML code with a drop-down to select 20 different star wars characters  and display picture of the selected character to the right of the drop down

Results: Oh oops, it didn't finish the code again, partial code pasted which gives the drop down but no response.

Prompt 7: finish the code above

Results: Hmm why isn't the image showing up? Quick debug, we copied the links of images and pasted in URL and most work, but there may be some restrictions in google sites or maybe the code. Testing that next! 

Attempt 8 & 9