I was solving the level assessment problems and for some reason, the user experience designers thought that it made sense to suggest joining the level of the problem you just solved and I now realize I clicked on the bigger button to join that level instead of trying the harder problem of the next level.
is there anyway to take the current level assessment problems and just skip to your right level?
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Hi Angel,
Currently, there is no way to go back to the level assessment page and get a new level. Right now, the way you level up is by solving 7/8 of the problems in your sets, in a topic, over two consecutive weeks. Conversely you level down if you get half the problems wrong.
Relatively soon, we will be opening up broader access to problems of varying difficulties.
Log in to reply
thank you so much Peter. You guys are doing an amazing job, it feels like a billion dollar website, you're onto something huge.
-FrostWire Team.
Log in to reply
Thanks Man!
Stick around/keep in touch...Brilliant steadily evolves, as we make the website better(though sometimes we break it) and more interesting people like you and Gabriel join.
Log in to reply
paying a lot of detail at how you're playing the game, you must have an awesome board of directors and advisors, as well as a super talented team.
I Agree , The Best Website of Math That I Know !
Log in to reply
Log in to reply
Log in to reply
download and install python on your computer to get started. when you fire up the python command line you can start the basic syntax which is probably the first thing you need to learn so you can do things.
For that you can read the Python Tutorial on the Python website http://docs.python.org/2/tutorial/
I recommend python because it's a really clean and simple language to learn. After you master it you should consider learning Java, C#, C++.
Then you will need to learn some algorithms, it's important also to learn how complex/expensive/time consuming they are (read about big O notation)
You could actually take your first steps into programming right now, without even installing python here: http://www.codecademy.com/tracks/python
Log in to reply