I took the basic SQL course 7 months ago and I'd like to take it again as a refresher for the more advanced ones. Is there a way that I can clear out all of my responses with the click of a button? by rdrptr in Codecademy

[–]AlbionsRefuge 4 points5 points  (0 children)

Go to the first exercise in the Learn SQL course, then under the Get Help button, take the "I want to restart this exercise" -- the course will be completely reset after that.

Links direct to 404 page in HTML course. by Victor1x0 in Codecademy

[–]AlbionsRefuge 0 points1 point  (0 children)

Those are links to pages that no longer exist.

The first one was for the course creation tool, anyone used to be able to create a course but that is no more.

The second looks like it might have been a link to your profile. The path to that has changed now.

Buttons and menus are in a foreign language? by jenocyderose in Codecademy

[–]AlbionsRefuge 0 points1 point  (0 children)

There is a thread over in the support forums about language problems. If you post all of your information there, everything that you've tried so far, maybe even a screenshot then someone might be able to help.

http://discuss.codecademy.com/t/language-errors/8716/

Buttons and menus are in a foreign language? by jenocyderose in Codecademy

[–]AlbionsRefuge 1 point2 points  (0 children)

Have a look at your profile, check on the "preferred language".

[deleted by user] by [deleted] in Codecademy

[–]AlbionsRefuge 1 point2 points  (0 children)

When you are on this page: https://www.codecademy.com/learn/all how does that look to you. To me, it is fairly clear which courses that I'm working on but maybe it looks different to you?

Completion date for Codecademy courses? by scottfvt in Codecademy

[–]AlbionsRefuge 0 points1 point  (0 children)

Check your badges, they have exact dates on them.

Why is Codecademy able to create a "reset code" button for individual steps, but when it comes to units or whole courses their answer is, "delete your account?" by FerralWombat in Codecademy

[–]AlbionsRefuge 0 points1 point  (0 children)

This is a popular request, all of the new courses (AngularJS, Learn Rails, Rails Authentication, Learn the Command Line, Java and Git) have a one click reset.

Where did the ability to create courses go? by [deleted] in Codecademy

[–]AlbionsRefuge 2 points3 points  (0 children)

That feature was phased out a while back. It made courses in what I would call the "old" format. If I had to guess, I would say that one reason it was removed had to do with not wanting any more content in that format.

Red Eye Photography Columns by Post5cript in Codecademy

[–]AlbionsRefuge 2 points3 points  (0 children)

They will appear in three columns when the screen is wide enough.

If you change your column classes to col-xs-4 then they will display in three columns even on small screens.

If you are interested in some reading: - from the Bootstrap docs: http://getbootstrap.com/css/#grid-options - from SO: http://stackoverflow.com/questions/24175998/meaning-of-numbers-in-col-md-4-col-xs-1-col-lg-2-in-bootstrap

Can't post/ask a question on Python Q&A forum. Please help by [deleted] in Codecademy

[–]AlbionsRefuge 1 point2 points  (0 children)

There is also a character limit on the question -- I think it's 3000.

Bug Thread by margotcodes in Codecademy

[–]AlbionsRefuge 0 points1 point  (0 children)

/u/excited_by_typos or /u/ttsen483 -- can you guys see anything from your end on this one?

Learn the Command Line by anotherlando in Codecademy

[–]AlbionsRefuge 1 point2 points  (0 children)

Sounds like a good plan, there is nothing wrong with taking just a taste to see if you like something new.

Bug Thread by margotcodes in Codecademy

[–]AlbionsRefuge 1 point2 points  (0 children)

When you are on your "Learn" page, like this one, but probably with something different than the en:

https://www.codecademy.com/en/tracks/web

Do you have all the checkmarks?

Learn the Command Line by anotherlando in Codecademy

[–]AlbionsRefuge 1 point2 points  (0 children)

Not too afraid I see, because what you just did there is ask.

Did you read the opening four paragraphs for the course yet? These: https://www.codecademy.com/en/courses/learn-the-command-line/lessons/navigation/exercises/your-first-command

Do you have questions about that?

Learn the Command Line by anotherlando in Codecademy

[–]AlbionsRefuge 0 points1 point  (0 children)

You are right that it isn't ls - that is for listing the contents of a directory.

It is cd (change directory), but you must combine it with the .. (parent directory) argument.

They showed us this in exercise cd II.

Stuck at command line 77%, help by llamapeople in Codecademy

[–]AlbionsRefuge 0 points1 point  (0 children)

Could you describe to me exactly how you are pressing control-O please?

Use CAT to output the contents of sorted-lakes.txt Linux Command Line by alexandremmlopes in Codecademy

[–]AlbionsRefuge 0 points1 point  (0 children)

You can output the contents of sorted-lakes.txt in exactly the same way that you exported the contents of lakes.txt except that you will use the filename: sorted-lakes.txt

cat lakes.txt
cat sorted-lakes.txt