KX Community

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

Home Forums KX Academy Unable to pass 1.3 on testSection[`exercise1] on Advanced Capstone Re: Unable to pass 1.3 on testSection[`exercise1] on Advanced Capstone

  • Laura

    Administrator
    August 4, 2023 at 12:00 am

    Looks like count and meta are different, they should be:

    //"meta lap" 
    c          | t f a 
    -----------| ----- 
    date       | d 
    sensorId   | s   p 
    session    | s 
    lapId      | j 
    time       | t 
    endTime    | t 
    sensorValue| f 
    
    // "count lap" 
    210 
    
    //"lap" 
    date sensorId session lapId time endTime sensorValue 
    ----------------------------------------------------------------------------- 
    2020.01.02 tempBackLeft P3 1 12:00:42.329 12:01:14.042 20.61488 
    2020.01.02 tempBackLeft P3 2 12:01:14.042 12:02:27.094 20.62392 
    2020.01.02 tempBackLeft P3 3 12:02:27.094 12:02:54.318 20.61883 
    2020.01.02 tempBackLeft P3 4 12:02:54.318 12:16:52.146 20.621

     

    If still stuck can add your code with the spoiler feature (in toolbar – click three dots ) then I can better suggest where you might be going wrong.