Skip to content

TESTed: Can't get evaluation right for an exercise with output>input>output #5397

Discussion options

You must be logged in to vote

We don't support duplicate attributes, so your second stdout will overwrite the first. You can get this exercise to work, by putting all stdout togheter:

- stdout: |
            ****************************************
            * hexadecimaal <-> decimaal convertor  *
            ****************************************
            * Kies 1 voor hexadecimaal -> decimaal *
            * Kies 2 voor decimaal -> Hexadecimaal *
            ****************************************
            De decimale waarde is 15.

This is with the big caveat that this won't actually test the order of stdout -> stdin -> stdout. Students could thus ask for input first, and then print the all stdout in one…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@marcothijs
Comment options

@pdawyndt
Comment options

Answer selected by marcothijs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants