The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
I have what i would call an error in the formula questions, but I think I know what's going on. I created a formula question converting binary to decimal.
Question: Convert [a][b][c][d][e] from binary to decimal.
Solution: e+d*2+c*4+b*8+a*16
Even though 'e' (and the other letters) get defined as an integer from 0 to 1 and the question displays correctly, 'e' seems to always be interpreted as the constant e (2.73...) when computing the answer.
I would say either the 'e' we setup needs to 'overwrite' the defined constant OR 'e' should not appear in the defined variables.
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.