question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Personality attribute isn't showing...

See original GitHub issue

Challenge Name

https://www.freecodecamp.com/challenges/create-a-set-of-checkboxes#?solution= <link href%3D"https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DLobster" rel%3D"stylesheet" type%3D"text%2Fcss"> <style> .red-text { color%3A red%3B } h2 { font-family%3A Lobster%2C Monospace%3B } p { font-size%3A 16px%3B font-family%3A Monospace%3B } .thick-green-border { border-color%3A green%3B border-width%3A 10px%3B border-style%3A solid%3B border-radius%3A 50%25%3B } .smaller-image { width%3A 100px%3B } <%2Fstyle> <h2 class%3D"red-text">CatPhotoApp<%2Fh2> <p>Click here for <a href%3D"%23">cat photos<%2Fa>.<%2Fp> <a href%3D"%23"><img class%3D"smaller-image thick-green-border" alt%3D"A cute orange cat lying on its back. " src%3D"https%3A%2F%2Fbit.ly%2Ffcc-relaxing-cat"><%2Fa> <p>Things cats love%3A<%2Fp> <ul> <li>cat nip<%2Fli> <li>laser pointers<%2Fli> <li>lasagna<%2Fli> <%2Ful> <p>Top 3 things cats hate%3A<%2Fp> <ol> <li>flea treatment<%2Fli> <li>thunder<%2Fli> <li>other cats<%2Fli> <%2Fol> <form fccfaa%3D"%2Fsubmit-cat-photo"> <label><input type%3D"radio" name%3D"indoor-outdoor"> Indoor<%2Flabel> <label><input type%3D"radio" name%3D"indoor-outdoor"> Outdoor<%2Flabel> <input type%3D"text" placeholder%3D"cat photo URL" required> <button type%3D"submit">Submit<%2Fbutton> <label><input type%3D"checkbox" name%3D"personality"><%2Flabel> <label><input type%3D"checkbox"name%3D  "personality">cool<%2Flabel> <label><input type%3D"checkbox" name%3D"personality">cool<%2Flabel> <%2Fform>

Create a set of checkboxes

Issue Description

I am finding a lot of incomplete instructions in these challenges so far. When I follow the example exactly - nothing works and I always wind up having to do more research than necessary. Like now with the personality attributes not appearing…

Browser Information

Google chrome mobile

  • Browser Name, Version:
  • Operating System:
  • Mobile, Desktop, or Tablet:

Your Code


<label><input type="checkbox" name="personality"></label>
 <label><input type="checkbox"name=  "personality"></label>
  <label><input type="checkbox"
name="personality"></label>
</form>



Screenshot

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
millennialtravellercommented, Oct 30, 2016

Thanks @erictleung and @systimotic! After I corrected the spacing a rewrote the code, it finally went through. I am finding the spacing is an issue on many of the challenges as well.

Even now, with the Negative Margin Element challenge it happens… I added the -15px to the CSS code and it wont process!

0reactions
systimoticcommented, Oct 30, 2016

So sorry about that @millennialtraveller. Let’s hope we can fix this issue soon! As Eric suggested previously, you might have to hop onto a desktop for now in order to finish it. 😞

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error in fixture personality. The Attributes will not be displayed ...
Re: Error in fixture personality. The Attributes will not be displayed correctly. This error message usually relates to a wheel mapping ...
Read more >
Personality Disorders: Types, Causes, Symptoms & Treatment
It involves a unique blend of traits — including attitudes, ... Additionally, people with a personality disorder may not recognize their ...
Read more >
Xcode 10: Storyboard not showing Identity, Attribute... Inspector
Open View -> Inspectors -> Select Show Attributes Inspector . Share.
Read more >
Personality Traits - Noba Project
Personality traits reflect people's characteristic patterns of thoughts, feelings, and behaviors. Personality traits imply consistency and stability—someone ...
Read more >
11 Personality Traits That Could Derail Your Career
Being excitable may help you display passion and enthusiasm to coworkers and subordinates, but it can also make you volatile and unpredictable, which...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found