Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

How do I activate the console that checks your code after you submit a code in "Check Work"?

I am in the Object-Oriented Challenge for Python.

Do you guys have any way to receive the feedback of the programing console when you submit a code pressing "Check Work"? Was this feature taken away?

At the beginning of the Python course when you submitted it will tell you if you had stupid errors by indicating in which line did the code broke. Or if you miss something in the argument.

Is this feature gone? Or is it not activated for this part of the course?

1 Answer

Steven Parker
Steven Parker
243,253 Points

Some courses have a "preview" feature in the challenge, but some just don't. It could be something added in newer courses but I'm not sure.

Also, some challenges are better at detecting certain errors and giving hints than others. That seems to vary by the challenge and may not be consistent throughout a particular course.

Either way, there's no optional features you need to activate.

Thanks Steven