Home › Forums › KX Academy › Advanced Capstone 2.2 › Reply To: Advanced Capstone 2.2
-
@mwoods I am still stuck and could not do anything because there are interdependencies to pass both tests:
– if 1.4 pass, I have to make 2.2 failed
– if 2.2 pass, I have to make 1.4 failed
So I don’t really know if the test has some errors like 3.5 in fact.Ok, if you are saying that in 1.4, the “date” column should be on disk in addition to columns returned by “.f1.createLapTable”, then you are saying my real issue lies in 1.4.
But to make 2.2 passed, in 1.4, I have to pass “date” as the 3rd parameter in “.Q.dpft” and not “sensorId”. Then 1.4 will fail as we added extra “date” column in addition to columns returned by “.f1.createLapTable”.
You can check in test code for 1.4 and 2.2 to know why maybe?For 3.5, in the instruction, it is said that if there is no function, it should return “?”.
But the test description is “return ! if given update query” which means we should return “!” instead then the test passed.