Skip to content

challenges/computing-101/nibbling-on-numbers/decoding-hex incorrect feedback #247

Description

@g-vernon

Apologies if there is an issue template I should be following, I don't see one.

I tried converting from decimal instead of hex and triggered some incorrect feedback, i.e.

Behaviour seen

ubuntu@nibbling-on-numbers~decoding-hex:~$ /challenge/convert
Binary, hex, and decimal are just different ways to write the same number.
I'll show you 3 values in hexadecimal; write each one back to me in binary.

Value 1 of 3 (in hexadecimal):  23
  the same value in binary > 00010111
  Not quite --- in binary that value is 00100011.
  Try this conversion again.
  the same value in binary >

Expected behaviour

ubuntu@nibbling-on-numbers~decoding-hex:~$ /challenge/convert
Binary, hex, and decimal are just different ways to write the same number.
I'll show you 3 values in hexadecimal; write each one back to me in binary.

Value 1 of 3 (in hexadecimal):  23
  the same value in binary > 00010111
  Not quite --- in hex that value is 17.
  Try this conversion again.
  the same value in binary >

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions