KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Academy Advanced capstone 2.3 Reply To: Advanced capstone 2.3

  • megan_mcp

    Administrator
    May 2, 2024 at 1:33 pm

    Hi @timbs_1995

    The table provided above is stating that there are 4 possibilities for the “mysensor” parameter: temp, tyre, wind or all.

    If mysensor = temp then what should be returned are all the sensorId’s that include the word temp at the start. So tempBackLeft, tempBackRight, tempFrontLeft, tempFrontRight. The same applies for the rest.

    If mysensor = all then all the sensorId’s must be returned.

    You must create a dictionary that represents this logic.

    Let me know if you have any further questions.

    Thanks,

    Megan