KX Community

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

Home Forums KX Academy Not able to submit Advance capstone project

  • Not able to submit Advance capstone project

    Posted by ashish31 on August 12, 2023 at 12:00 am

    Not able to submit advanced capstone project due to below error .

    t .viz.createDashboard[] output are mentioned below before and after , but still it’s failing

    755

    314

    quizItem success description                         error 
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------ 
    exercise2.1 Pass "check if race day in process"      "" 
    exercise2.1 Pass "have correct schema"               "" 
    exercise2.2 Pass "check if lap table in process"     "" 
    exercise2.2 Pass "only contains data for 2nd Jan 2020" "" 
    exercise2.2 Pass "contain all columns for 2nd Jan 2020" "" 
    exercise2.3 Pass "not allowed to use select keyword" "" 
    exercise2.3 Pass "return correct values for temp"    "" 
    exercise2.3 Pass "return correct values for wind"    "" 
    exercise2.3 Pass "return correct values for all"     "" 
    exercise2.4 Pass "when given the wrong option return error "<mysensor> is not a valid option for mysensor - valid options include `temp`tyre`wind`all"" "" 
    exercise2.5 Pass "func should return same result as before" "" 
    exercise2.5 Fail ".viz.createDashboard should run in half the time"

     

    ashish31 replied 2 months, 2 weeks ago 1 Member · 1 Reply
  • 1 Reply
  • ashish31

    Member
    August 14, 2023 at 12:00 am

    Never-mind , I reset the variable give in onLoad.q script and it’s sorted now

     

    //creating testing variables
    logMSG “Creating test variables”;
    `.test.table2.5 set .viz.createDashboard[];
    `.test.time2.5 set system[“t:5 .viz.createDashboard[]”]%5;
    system[“cd “,getenv[`AX_WORKSPACE]];
    }

Log in to reply.