I had to do this project over again using the link with the TEST INCLUDED
in order to try to eventually obtain certification. Well I thought it
would be relatively easy. But the page will NOT PASS?
Since I basically just replaced code already in the page. I think this is VERY ODD.
I have checked the test and corrected errors, only to keep getting more / multiple errors. Feels like a VIRUS in the page.
Any ideas why this might happen? I made a few changes that got
wiped out. But the page is just about the same.
Oh no, I have been looking at those. But like I said . . I have basically been replacing what code is already there, so I don’t understand so many errors.
Okay, sorry for this in advance, but WHY DO PEOPLE CALL EVERYTHING A VIRUS?!?!?!?!?!
Okay, now that I got that out of the way, please try building your pen from scratch, like I did with this pen. Type the script src into your web browser and read through the whole thing, prove it’s a virus.
I’ll answer your question later…
1-1 Your survey page looks great, thank you for sharing it.
And, in fact, I did create a Tribute page from scratch. However the checkbox on the CURRICULUM was not checked off in GREEN, so I felt I needed to use the tribute page with the link to complete the assignment. SEE LINK: Scratch Tribute Page
For you & everyone else RE: My VIRUS claims. I still DO feel there is something wrong with the “Tribute Link / Fork” in Codepen because all of the ERRORS talk about fixing the ORIGINAL TRIBUTE link to MR BAUDEAU’S TRIBUTE, not my page and what I put in it for code. I will report it to Codepen.
It is not a virus. If you click on the red buttons you can see in red the user stories you are not respecting. For example you don’t have an item with id main like I wrote in my previous message.
What I am saying is that I opened the FORK link and opened my scratch tribute page that I had previously created that had no problems and no errors, and I just put my info into the FCC Tribute page code. So should all of those error element items already be there?
If not, then how do I get credit for the tribute page I created from scratch? It was much more of a pleasure to create.
You are missing a bunch of the requirements, I’m pretty sure that didn’t happen on its own or from copy pasting. Are you sure you tested your project using the FCC test before pasting the code into the fork? The test is not testing for code errors, it is testing for the requirements that you need to fulfill.
Like:
My tribute page should have an element with corresponding id=“main”, which contains all other elements.
So you need an element (whatever you like) with an id attribute set to “main”
just a few minutes and you are passing more test
its not a virus you are just not following clearly written instructions
follow the instructions given and you will get this
Am I the only one deeply offended by this. To accuse FCC of disseminating a virus because the test results are accurately reflecting a lack of the given requirements shows a great deal of how this person approaches learning. I have seen many people make this same error, this is the first time I have seen someone blame anybody but themselves.
I am sorry. If all of you hate me this much for messing up on the FIRST PROJECT, I will say goodbye to trying to get into tech. You’ve already HACKED MY Pixabay account. My life has been screwed for over a DECADE. Thanks for helping SATAN out.
Please calm down
It is just a misunderstanding, it is normal to not understand new things at first
You can totally keep trying, not let yourself be discouraged by a first attempt that has gone wrong, you can fix things and make your page better so that it passes the tests!
Do you have trouble understanding how to give an id to an element? If you don’t know how to do something please say so, we can’t help if you don’t say what’s the problem
@unique-monique
We do not want you gone. Or for you to give up. But perhaps you need to quit blaming others (including SATAN) for your mistakes. I’m not sure why you think anyone here has hacked your account. It is not like we are a secret collective with a master plan. We were trying to help you and point out the errors you where making and how the test suite gives you clear directions as to what you must do in order to pass the test. Give it time and you will see that this is a great community, with very helpful people but you have to be able to accept that when things are not working as you expected is probably due to an error on your part. The reason your image is not working is that your code is incorrect.
that is not how an image element is coded
typically it is frowned upon to just give out the answers but I will do so here
<div id="img-div">
<img id= "image" src="https://cdn.pixabay.com/photo/2018/02/08/22/27/flower-3140492_960_720.jpg" alt=" a flower">
<div id="img-caption">
Is the TRUE WAR on HUNGER called MASS PRODUCTION of Agriculture that requires CHEMICAL fertilizers, food PROCESSORS we can't pronounce, & GENETIC modification by food producers of the WORLD in order to save money?</div>
</div>
Is the TRUE WAR on HUNGER called MASS PRODUCTION of Agriculture that requires CHEMICAL fertilizers, food PROCESSORS we can't pronounce, & GENETIC modification by food producers of the WORLD in order to save money?
Which also happens to finish out your project with all test passing
@unique-monique, yes, this is frustrating and difficult to learn at first. As a responder mentioned, don’t just assume that the browser is broken or there is a virus. Usually the code is doing exactly what we are telling it too. But you are not the first person to make that mistake and you won’t be the last. A lot of people make the same mistake, especially in the beginning. Just try to keep an open mind.
To everyone else, please remember that unique-monique is just getting started. Please remember how difficult it was when we first started learning this stuff. I myself had several times where I swore that I was doing things correctly, I swore that the browser or codepen must be broken… only to find out (eventually) that it was me making the mistake. I kept doing this over and over. Even today sometimes my gut instinct is to assume that my code and fine and something else is broken.
Let’s remember that FCC works hard to have a welcoming and helpful environment. I know it is frustrating in that we have a constant flow of new people so we keep going over the same issues and the same mental blocks, but that is what FCC is all about - helping people get their start.
Let’s try to find a way to correct people without demeaning them or their efforts. Especially on the internet, where tone can easily be misunderstood, we need to be careful of this. Especially with new coders.