码迷,mamicode.com
首页 > 移动开发 > 详细

【Loadrunner】【浙江移动项目手写代码】代码备份

时间:2017-07-07 15:30:56      阅读:403      评论:0      收藏:0      [点我收藏+]

标签:logout   end   res   tran   代码   函数名   snapshot   UI   method   

vuser_init()
{
    
    lr_start_transaction("login");

    web_url("10.78.224.136:8080",
        "URL=http://10.78.224.136:8080/",
        "Resource=0",
        "RecContentType=text/html",
        "Referer=",
        "Snapshot=t2.inf",
        "Mode=HTML",
        EXTRARES,
        "URL=/theme/yui_combo.php?3.15.0/cssreset/cssreset.css&3.15.0/cssfonts/cssfonts.css&3.15.0/cssgrids/cssgrids.css&3.15.0/cssbase/cssbase.css", "Referer=http://10.78.224.136:8080/login/index.php", ENDITEM,
        "URL=http://s.pc.qq.com/navigate/adc/velocity.js", "Referer=http://10.78.224.136:8080/login/index.php", ENDITEM,
        "URL=http://c.gj.qq.com/fcgi-bin/microreport?gjguid=6a7c605fe685002f88790a102ceb66df&type=10&reserve1=2&bid=1&rand=0.1179038713848{attemptid}95&refer=http%3A%2F%2F10.78.224.136:8080%2Flogin%2Findex.php&reserve3=348832", "Referer=http://10.78.224.136:8080/login/index.php", ENDITEM,
        LAST);

    web_submit_data("index.php",
        "Action=http://10.78.224.136:8080/login/index.php",
        "Method=POST",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/login/index.php",
        "Snapshot=t3.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=self", "Value=0", ENDITEM,
         "Name=username", "Value={username}", ENDITEM,
        "Name=phone2", "Value=", ENDITEM,
        "Name=password", "Value={password}", ENDITEM,
        EXTRARES,
        LAST);

    lr_think_time(10);

    lr_end_transaction("login", LR_AUTO);

    return 0;
    
    
}


————————————————————
Action()
{
        
    lr_start_transaction("test");

    lr_think_time(10);
    
    //lr_rendezvous("together");


//*********************************关联代码部分*******************************************
    //sesskeyid以下是两种关联方法,下面1是旧的关联方法,不带ex,同新版本2的关联写法差别在于参数的命名没有ParamName
/*
    //--法1:旧版关联函数格式
    web_reg_save_param("sesskeyid",  //录制脚本后修改第2处(第一种改法):sesskey关联函数--再也不用注释sesskey校验啦,开心~(注意此函数左右边界、函数放置位置及相关变量函数名字的替换)
          "LB=\",\"sesskey\":\"",
          "RB=\",\"loadingicon\":\"",
          LAST);
*/
    //--法2:新版关联函数格式
        web_reg_save_param_ex(
          "ParamName=sesskeyid",              //录制脚本后修改第2处(第二种改法)
          "LB=\",\"sesskey\":\"",
          "RB=\",\"loadingicon\":\"",
          LAST);

        web_reg_save_param_ex(               //录制脚本后修改第3处:attempt关联函数(注意此函数左右边界、函数放置位置及相关变量函数名字的替换)
          "ParamName=attemptid",
          "LB=attempt=",
          "RB=&page=",
          SEARCH_FILTERS,
          "Scope=All",
          "IgnoreRedirections=Yes",
          "RequestUrl=*/attempt.php*",
          LAST);

        web_reg_save_param_ex(                 //录制脚本后修改第4处:q7……关联函数(注意此函数左右边界、函数放置位置及相关变量函数名字的替换)
          "ParamName=qubaid",
          "LB=qubaid=",
          "RB=&",
          SEARCH_FILTERS,
          "Scope=All",
          "IgnoreRedirections=Yes",
          "RequestUrl=*/attempt.php*",
          LAST);
    
//****************************************************************************
    web_link("开始考试",
        "Text=开始考试",
       // //////"Snapshot=t4.inf",
        EXTRARES,
        LAST);

    lr_think_time(10);
    
//******************************************1-10题匹配题***************************************
    web_submit_data("processattempt.php",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=1",
        //"Action=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=1",//调试用
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}",
        ////////"Snapshot=t5.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:1_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:1_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:1_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:1_sub0", "Value=2", ENDITEM,
        "Name=q{qubaid}:1_sub1", "Value=3", ENDITEM,
        "Name=q{qubaid}:1_sub2", "Value=1", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=0", ENDITEM,
        "Name=nextpage", "Value=1", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=1", ENDITEM,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_2",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=2",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=1",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:2_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:2_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:2_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:2_sub0", "Value=2", ENDITEM,
        "Name=q{qubaid}:2_sub1", "Value=3", ENDITEM,
        "Name=q{qubaid}:2_sub2", "Value=1", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=0", ENDITEM,
        "Name=nextpage", "Value=2", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=2", ENDITEM,
        EXTRARES,
        LAST);

    web_submit_data("processattempt.php_3",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=3",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=2",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:3_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:3_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:3_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:3_sub0", "Value=2", ENDITEM,
        "Name=q{qubaid}:3_sub1", "Value=3", ENDITEM,
        "Name=q{qubaid}:3_sub2", "Value=1", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=1", ENDITEM,
        "Name=nextpage", "Value=3", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=3", ENDITEM,
        EXTRARES,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_4",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=4",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=3",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:4_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:4_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:4_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:4_sub0", "Value=2", ENDITEM,
        "Name=q{qubaid}:4_sub1", "Value=3", ENDITEM,
        "Name=q{qubaid}:4_sub2", "Value=1", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=2", ENDITEM,
        "Name=nextpage", "Value=4", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=4", ENDITEM,
        EXTRARES,
        LAST);

     web_submit_data("processattempt.php_5",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=5",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=5",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:5_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:5_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:5_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:5_sub0", "Value=2", ENDITEM,
        "Name=q{qubaid}:5_sub1", "Value=3", ENDITEM,
        "Name=q{qubaid}:5_sub2", "Value=1", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=3", ENDITEM,
        "Name=nextpage", "Value=5", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=5", ENDITEM,
        EXTRARES,
        LAST);

     lr_think_time(10);

      web_submit_data("processattempt.php_6",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=6",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=5",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:6_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:6_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:6_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:6_sub0", "Value=2", ENDITEM,
        "Name=q{qubaid}:6_sub1", "Value=3", ENDITEM,
        "Name=q{qubaid}:6_sub2", "Value=1", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=4", ENDITEM,
        "Name=nextpage", "Value=6", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=6", ENDITEM,
        EXTRARES,
        LAST);

     web_submit_data("processattempt.php_7",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=7",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=6",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:7_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:7_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:7_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:7_sub0", "Value=2", ENDITEM,
        "Name=q{qubaid}:7_sub1", "Value=3", ENDITEM,
        "Name=q{qubaid}:7_sub2", "Value=1", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=5", ENDITEM,
        "Name=nextpage", "Value=7", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=7", ENDITEM,
        EXTRARES,
        LAST);

     lr_think_time(5);

     web_submit_data("processattempt.php_8",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=8",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=7",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:8_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:8_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:8_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:8_sub0", "Value=2", ENDITEM,
        "Name=q{qubaid}:8_sub1", "Value=3", ENDITEM,
        "Name=q{qubaid}:8_sub2", "Value=1", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=6", ENDITEM,
        "Name=nextpage", "Value=8", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=8", ENDITEM,
        EXTRARES,
        LAST);

     web_submit_data("processattempt.php_9",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=9",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=8",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:9_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:9_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:9_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:9_sub0", "Value=2", ENDITEM,
        "Name=q{qubaid}:9_sub1", "Value=3", ENDITEM,
        "Name=q{qubaid}:9_sub2", "Value=1", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=7", ENDITEM,
        "Name=nextpage", "Value=9", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=8", ENDITEM,
        EXTRARES,
        LAST);

     lr_think_time(10);

      web_submit_data("processattempt.php_10",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=10",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=9",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:10_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:10_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:10_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:10_sub0", "Value=2", ENDITEM,
        "Name=q{qubaid}:10_sub1", "Value=3", ENDITEM,
        "Name=q{qubaid}:10_sub2", "Value=1", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=8", ENDITEM,
        "Name=nextpage", "Value=10", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=10", ENDITEM,
        EXTRARES,
        LAST);
//******************************************11-20多选配题***************************************
      web_submit_data("processattempt.php_11",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=11",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=10",
        //////"Snapshot=t7.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:11_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:11_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:11_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:11_choice0", "Value=1", ENDITEM,
        "Name=q{qubaid}:11_choice1", "Value=2", ENDITEM,
        "Name=q{qubaid}:11_choice2", "Value=2", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=9", ENDITEM,
        "Name=nextpage", "Value=11", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=11", ENDITEM,
        EXTRARES,
        LAST);

      lr_think_time(10);

      web_submit_data("processattempt.php_12",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=12",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=11",
        //////"Snapshot=t7.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:12_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:12_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:12_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:12_choice0", "Value=1", ENDITEM,
        "Name=q{qubaid}:12_choice1", "Value=2", ENDITEM,
        "Name=q{qubaid}:12_choice2", "Value=2", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=10", ENDITEM,
        "Name=nextpage", "Value=12", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=12", ENDITEM,
        EXTRARES,
        LAST);

      web_submit_data("processattempt.php_13",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=13",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=13",
        //////"Snapshot=t7.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:13_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:13_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:13_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:13_choice0", "Value=1", ENDITEM,
        "Name=q{qubaid}:13_choice1", "Value=2", ENDITEM,
        "Name=q{qubaid}:13_choice2", "Value=2", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=11", ENDITEM,
        "Name=nextpage", "Value=13", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=13", ENDITEM,
        EXTRARES,
        LAST);

      lr_think_time(10);

       web_submit_data("processattempt.php_14",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=14",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=13",
        //////"Snapshot=t7.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:14_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:14_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:14_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:14_choice0", "Value=1", ENDITEM,
        "Name=q{qubaid}:14_choice1", "Value=2", ENDITEM,
        "Name=q{qubaid}:14_choice2", "Value=2", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=12", ENDITEM,
        "Name=nextpage", "Value=14", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=14", ENDITEM,
        EXTRARES,
        LAST);

       lr_think_time(10);

     web_submit_data("processattempt.php_15",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=15",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=14",
        //////"Snapshot=t7.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:15_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:15_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:15_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:15_choice0", "Value=1", ENDITEM,
        "Name=q{qubaid}:15_choice1", "Value=2", ENDITEM,
        "Name=q{qubaid}:15_choice2", "Value=2", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=13", ENDITEM,
        "Name=nextpage", "Value=15", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=14", ENDITEM,
        EXTRARES,
        LAST);

     web_submit_data("processattempt.php_16",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=16",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=15",
        //////"Snapshot=t7.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:16_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:16_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:16_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:16_choice0", "Value=1", ENDITEM,
        "Name=q{qubaid}:16_choice1", "Value=2", ENDITEM,
        "Name=q{qubaid}:16_choice2", "Value=2", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=14", ENDITEM,
        "Name=nextpage", "Value=16", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=16", ENDITEM,
        EXTRARES,
        LAST);


     lr_think_time(10);

      web_submit_data("processattempt.php_17",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=17",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=16",
        //////"Snapshot=t7.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:17_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:17_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:17_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:17_choice0", "Value=1", ENDITEM,
        "Name=q{qubaid}:17_choice1", "Value=2", ENDITEM,
        "Name=q{qubaid}:17_choice2", "Value=2", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=15", ENDITEM,
        "Name=nextpage", "Value=17", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=17", ENDITEM,
        EXTRARES,
        LAST);


      lr_think_time(10);

       web_submit_data("processattempt.php_18",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=18",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=17",
        //////"Snapshot=t7.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:18_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:18_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:18_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:18_choice0", "Value=1", ENDITEM,
        "Name=q{qubaid}:18_choice1", "Value=2", ENDITEM,
        "Name=q{qubaid}:18_choice2", "Value=2", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=16", ENDITEM,
        "Name=nextpage", "Value=18", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=18", ENDITEM,
        EXTRARES,
        LAST);

       lr_think_time(10);

        web_submit_data("processattempt.php_19",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=19",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=18",
        //////"Snapshot=t7.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:19_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:19_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:19_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:19_choice0", "Value=1", ENDITEM,
        "Name=q{qubaid}:19_choice1", "Value=2", ENDITEM,
        "Name=q{qubaid}:19_choice2", "Value=2", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=17", ENDITEM,
        "Name=nextpage", "Value=19", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=19", ENDITEM,
        EXTRARES,
        LAST);

        lr_think_time(5);

         web_submit_data("processattempt.php_20",
         "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=20",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=19",
        //////"Snapshot=t7.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:20_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:20_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:20_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:20_choice0", "Value=1", ENDITEM,
        "Name=q{qubaid}:20_choice1", "Value=2", ENDITEM,
        "Name=q{qubaid}:20_choice2", "Value=2", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=18", ENDITEM,
        "Name=nextpage", "Value=20", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=20", ENDITEM,
        EXTRARES,
        LAST);

//******************************************21-40单选题***************************************

    web_submit_data("processattempt.php_21",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=21",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=20",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:21_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:21_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:21_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:21_choice0", "Value=0", ENDITEM,
        "Name=q{qubaid}:21_choice1", "Value=0", ENDITEM,
        "Name=q{qubaid}:21_choice1", "Value=1", ENDITEM,
        "Name=q{qubaid}:21_choice2", "Value=0", ENDITEM,
        "Name=q{qubaid}:21_choice2", "Value=1", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=19", ENDITEM,
        "Name=nextpage", "Value=21", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=21", ENDITEM,
        EXTRARES,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_22",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=22",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=21",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:22_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:22_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:22_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:22_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=20", ENDITEM,
        "Name=nextpage", "Value=22", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=22", ENDITEM,
        EXTRARES,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_23",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=23",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=22",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:23_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:23_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:23_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:23_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=21", ENDITEM,
        "Name=nextpage", "Value=23", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=23", ENDITEM,
        EXTRARES,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_24",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=24",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=23",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:24_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:24_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:24_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:24_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=22", ENDITEM,
        "Name=nextpage", "Value=24", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=24", ENDITEM,
        EXTRARES,
        LAST);


    lr_think_time(10);

    web_submit_data("processattempt.php_25",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=25",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=24",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:25_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:25_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:25_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:25_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=23", ENDITEM,
        "Name=nextpage", "Value=25", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=25", ENDITEM,
        EXTRARES,
        LAST);

    web_submit_data("processattempt.php_26",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=26",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=25",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:26_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:26_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:26_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:26_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=24", ENDITEM,
        "Name=nextpage", "Value=26", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=26", ENDITEM,
        EXTRARES,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_27",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=27",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=26",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:27_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:27_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:27_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:27_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=25", ENDITEM,
        "Name=nextpage", "Value=27", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=27", ENDITEM,
        EXTRARES,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_28",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=28",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=27",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:28_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:28_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:28_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:28_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=26", ENDITEM,
        "Name=nextpage", "Value=28", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=27", ENDITEM,
        EXTRARES,
        LAST);

    web_submit_data("processattempt.php_29",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=29",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=28",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:29_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:29_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:29_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:29_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=27", ENDITEM,
        "Name=nextpage", "Value=29", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=29", ENDITEM,
        EXTRARES,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_30",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=30",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=29",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:30_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:30_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:30_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:30_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=28", ENDITEM,
        "Name=nextpage", "Value=30", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=30", ENDITEM,
        EXTRARES,
        LAST);

    web_submit_data("processattempt.php_31",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=31",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=30",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:31_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:31_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:31_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:31_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=29", ENDITEM,
        "Name=nextpage", "Value=31", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=31", ENDITEM,
        EXTRARES,
        LAST);

    lr_think_time(10);


    web_submit_data("processattempt.php_32",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=32",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=31",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:32_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:32_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:32_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:32_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=30", ENDITEM,
        "Name=nextpage", "Value=32", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=32", ENDITEM,
        EXTRARES,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_33",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=33",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=32",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:33_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:33_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:33_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:33_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=31", ENDITEM,
        "Name=nextpage", "Value=33", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=33", ENDITEM,
        EXTRARES,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_34",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=34",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=34",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:34_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:34_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:34_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:34_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=32", ENDITEM,
        "Name=nextpage", "Value=34", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=34", ENDITEM,
        EXTRARES,
        LAST);

    web_submit_data("processattempt.php_35",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=35",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=34",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:35_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:35_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:35_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:35_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=33", ENDITEM,
        "Name=nextpage", "Value=35", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=35", ENDITEM,
        EXTRARES,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_36",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=36",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=35",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:36_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:36_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:36_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:36_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=34", ENDITEM,
        "Name=nextpage", "Value=36", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=36", ENDITEM,
        EXTRARES,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_37",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=37",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=36",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:37_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:37_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:37_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:37_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=35", ENDITEM,
        "Name=nextpage", "Value=37", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=37", ENDITEM,
        EXTRARES,
        LAST);

    web_submit_data("processattempt.php_38",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=38",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=37",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:38_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:38_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:38_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:38_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=36", ENDITEM,
        "Name=nextpage", "Value=38", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=38", ENDITEM,
        EXTRARES,
        LAST);


    lr_think_time(10);

    web_submit_data("processattempt.php_39",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=39",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=38",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:39_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:39_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:39_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:39_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=37", ENDITEM,
        "Name=nextpage", "Value=39", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=39", ENDITEM,
        EXTRARES,
        LAST);

    web_submit_data("processattempt.php_40",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=40",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=39",
        //////"Snapshot=t36.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:40_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:40_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:40_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:40_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=38", ENDITEM,
        "Name=nextpage", "Value=40", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=40", ENDITEM,
        EXTRARES,
        LAST);
//******************************************41-99题判斷题***************************************

    web_submit_data("processattempt.php_41",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=41",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=40",
        //////"Snapshot=t25.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:41_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:41_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:41_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:41_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=39", ENDITEM,
        "Name=nextpage", "Value=41", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=41", ENDITEM,
        EXTRARES,
        LAST);

    lr_think_time(10);

        web_submit_data("processattempt.php_42",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=42",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=41",
        ////////"Snapshot=t25.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:42_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:42_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:42_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:42_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=40", ENDITEM,
        "Name=nextpage", "Value=42", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=41", ENDITEM,
        EXTRARES,
        LAST);

    web_submit_data("processattempt.php_43",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=43",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=42",
        //////"Snapshot=t25.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:43_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:43_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:43_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:43_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=41", ENDITEM,
        "Name=nextpage", "Value=43", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=43", ENDITEM,
        EXTRARES,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_44",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=44",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=43",
        //////"Snapshot=t25.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:44_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:44_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:44_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:44_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=42", ENDITEM,
        "Name=nextpage", "Value=44", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=44", ENDITEM,
        EXTRARES,
        LAST);

    web_submit_data("processattempt.php_45",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=45",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=44",
        //////"Snapshot=t25.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:45_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:45_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:45_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:45_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=43", ENDITEM,
        "Name=nextpage", "Value=45", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=45", ENDITEM,
        EXTRARES,
        LAST);

    web_submit_data("processattempt.php_46",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=46",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=45",
        ////"Snapshot=t25.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:46_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:46_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:46_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:46_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=44", ENDITEM,
        "Name=nextpage", "Value=46", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=46", ENDITEM,
        EXTRARES,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_47",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=47",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=46",
        ////"Snapshot=t103.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:47_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:47_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:47_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:47_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=45", ENDITEM,
        "Name=nextpage", "Value=47", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=47", ENDITEM,
        LAST);

    web_submit_data("processattempt.php_48",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=48",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=47",
        ////"Snapshot=t104.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:48_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:48_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:48_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:48_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=46", ENDITEM,
        "Name=nextpage", "Value=48", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=48", ENDITEM,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_49",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=49",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=48",
        ////"Snapshot=t106.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:49_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:49_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:49_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:49_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=47", ENDITEM,
        "Name=nextpage", "Value=49", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=49", ENDITEM,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_50",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=50",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=49",
        ////"Snapshot=t108.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:50_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:50_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:50_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:50_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=48", ENDITEM,
        "Name=nextpage", "Value=50", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=50", ENDITEM,
        LAST);


    web_submit_data("processattempt.php_51",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=51",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=50",
        ////"Snapshot=t110.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:51_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:51_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:51_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:51_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=49", ENDITEM,
        "Name=nextpage", "Value=51", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=51", ENDITEM,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_52",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=52",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=51",
        ////"Snapshot=t112.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:52_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:52_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:52_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:52_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=50", ENDITEM,
        "Name=nextpage", "Value=52", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=52", ENDITEM,
        LAST);

    

    web_submit_data("processattempt.php_53",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=53",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=52",
        ////"Snapshot=t114.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:53_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:53_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:53_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:53_answer", "Value=1", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=51", ENDITEM,
        "Name=nextpage", "Value=53", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=53", ENDITEM,
        LAST);

    lr_think_time(5);

    web_submit_data("processattempt.php_54",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=54",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=53",
        ////"Snapshot=t116.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:54_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:54_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:54_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:54_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=52", ENDITEM,
        "Name=nextpage", "Value=54", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=54", ENDITEM,
        LAST);



    web_submit_data("processattempt.php_55",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=55",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=54",
        ////"Snapshot=t118.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:55_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:55_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:55_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:55_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=53", ENDITEM,
        "Name=nextpage", "Value=55", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=55", ENDITEM,
        LAST);

    lr_think_time(5);

    web_submit_data("processattempt.php_56",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=56",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=55",
        ////"Snapshot=t120.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:56_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:56_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:56_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:56_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=54", ENDITEM,
        "Name=nextpage", "Value=56", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=56", ENDITEM,
        LAST);

    
    web_submit_data("processattempt.php_57",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=57",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=56",
        ////"Snapshot=t122.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:57_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:57_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:57_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:57_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=55", ENDITEM,
        "Name=nextpage", "Value=57", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=57", ENDITEM,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_58",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=58",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=57",
        ////"Snapshot=t124.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:58_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:58_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:58_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:58_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=56", ENDITEM,
        "Name=nextpage", "Value=58", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=58", ENDITEM,
        LAST);

    lr_think_time(5);

    web_submit_data("processattempt.php_59",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=59",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=58",
        ////"Snapshot=t126.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:59_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:59_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:59_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:59_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=57", ENDITEM,
        "Name=nextpage", "Value=59", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=59", ENDITEM,
        LAST);

    lr_think_time(10);
    

    web_submit_data("processattempt.php_60",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=60",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=59",
        ////"Snapshot=t128.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:60_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:60_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:60_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:60_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=58", ENDITEM,
        "Name=nextpage", "Value=60", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=60", ENDITEM,
        LAST);

    web_submit_data("processattempt.php_61",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=61",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=60",
        ////"Snapshot=t130.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:61_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:61_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:61_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:61_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=59", ENDITEM,
        "Name=nextpage", "Value=61", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=61", ENDITEM,
        LAST);


    web_submit_data("processattempt.php_62",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=62",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=61",
        ////"Snapshot=t132.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:62_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:62_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:62_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:62_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=60", ENDITEM,
        "Name=nextpage", "Value=62", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=62", ENDITEM,
        LAST);

    lr_think_time(5);

    web_submit_data("processattempt.php_63",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=63",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=62",
        ////"Snapshot=t134.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:63_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:63_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:63_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:63_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=61", ENDITEM,
        "Name=nextpage", "Value=63", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=63", ENDITEM,
        LAST);


    lr_think_time(10);

    web_submit_data("processattempt.php_64",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=64",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=63",
        ////"Snapshot=t136.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:64_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:64_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:64_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:64_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=62", ENDITEM,
        "Name=nextpage", "Value=64", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=64", ENDITEM,
        LAST);


    web_submit_data("processattempt.php_65",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=65",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=64",
        ////"Snapshot=t138.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:65_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:65_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:65_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:65_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=63", ENDITEM,
        "Name=nextpage", "Value=65", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=65", ENDITEM,
        LAST);

    lr_think_time(10);
    
    web_submit_data("processattempt.php_66",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=66",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=65",
        ////"Snapshot=t140.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:66_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:66_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:66_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:66_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=64", ENDITEM,
        "Name=nextpage", "Value=66", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=66", ENDITEM,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_67",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=67",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=66",
        ////"Snapshot=t142.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:67_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:67_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:67_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:67_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=65", ENDITEM,
        "Name=nextpage", "Value=67", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=67", ENDITEM,
        LAST);

    
    web_submit_data("processattempt.php_68",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=68",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=67",
        ////"Snapshot=t144.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:68_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:68_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:68_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:68_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=66", ENDITEM,
        "Name=nextpage", "Value=68", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=68", ENDITEM,
        LAST);

    lr_think_time(10);
    
    web_submit_data("processattempt.php_69",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=69",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=68",
        ////"Snapshot=t146.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:69_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:69_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:69_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:69_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=67", ENDITEM,
        "Name=nextpage", "Value=69", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=69", ENDITEM,
        LAST);


    lr_think_time(10);

    web_submit_data("processattempt.php_70",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=70",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=69",
        ////"Snapshot=t148.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:70_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:70_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:70_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:70_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=68", ENDITEM,
        "Name=nextpage", "Value=70", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=70", ENDITEM,
        LAST);

    lr_think_time(10);
    
    web_submit_data("processattempt.php_71",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=71",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=70",
        ////"Snapshot=t150.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:71_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:71_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:71_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:71_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=69", ENDITEM,
        "Name=nextpage", "Value=71", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=71", ENDITEM,
        LAST);

    lr_think_time(10);
    
    web_submit_data("processattempt.php_72",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=72",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=71",
        ////"Snapshot=t152.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:72_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:72_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:72_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:72_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=70", ENDITEM,
        "Name=nextpage", "Value=72", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=72", ENDITEM,
        LAST);


    lr_think_time(10);

    web_submit_data("processattempt.php_73",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=73",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=72",
        ////"Snapshot=t154.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:73_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:73_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:73_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:73_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=71", ENDITEM,
        "Name=nextpage", "Value=73", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=73", ENDITEM,
        LAST);

    
    web_submit_data("processattempt.php_147",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=74",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=73",
        ////"Snapshot=t156.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:74_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:74_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:74_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:74_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=72", ENDITEM,
        "Name=nextpage", "Value=74", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=74", ENDITEM,
        LAST);

    lr_think_time(5);

    web_submit_data("processattempt.php_149",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=75",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=74",
        ////"Snapshot=t158.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:75_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:75_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:75_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:75_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=73", ENDITEM,
        "Name=nextpage", "Value=75", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=75", ENDITEM,
        LAST);

    lr_think_time(10);
    
    web_submit_data("processattempt.php_151",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=76",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=75",
        ////"Snapshot=t160.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:76_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:76_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:76_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:76_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=74", ENDITEM,
        "Name=nextpage", "Value=76", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=76", ENDITEM,
        LAST);


    lr_think_time(10);

    web_submit_data("processattempt.php_153",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=77",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=76",
        ////"Snapshot=t162.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:77_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:77_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:77_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:77_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=75", ENDITEM,
        "Name=nextpage", "Value=77", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=77", ENDITEM,
        LAST);

    lr_think_time(10);
    
    web_submit_data("processattempt.php_155",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=78",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=77",
        ////"Snapshot=t164.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:78_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:78_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:78_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:78_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=76", ENDITEM,
        "Name=nextpage", "Value=78", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=78", ENDITEM,
        LAST);

    lr_think_time(10);
    
    web_submit_data("processattempt.php_157",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=79",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=78",
        ////"Snapshot=t166.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:79_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:79_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:79_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:79_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=77", ENDITEM,
        "Name=nextpage", "Value=79", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=79", ENDITEM,
        LAST);

    lr_think_time(5);

    web_submit_data("processattempt.php_159",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=80",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=79",
        ////"Snapshot=t168.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:80_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:80_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:80_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:80_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=78", ENDITEM,
        "Name=nextpage", "Value=80", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=80", ENDITEM,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_161",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=81",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=80",
        ////"Snapshot=t170.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:81_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:81_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:81_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:81_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=79", ENDITEM,
        "Name=nextpage", "Value=81", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=81", ENDITEM,
        LAST);


    lr_think_time(5);

    web_submit_data("processattempt.php_163",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=82",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=81",
        ////"Snapshot=t172.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:82_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:82_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:82_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:82_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=80", ENDITEM,
        "Name=nextpage", "Value=82", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=82", ENDITEM,
        LAST);

    lr_think_time(5);

    web_submit_data("processattempt.php_165",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=83",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=82",
        ////"Snapshot=t174.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:83_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:83_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:83_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:83_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=81", ENDITEM,
        "Name=nextpage", "Value=83", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=83", ENDITEM,
        LAST);

    lr_think_time(5);
    
    web_submit_data("processattempt.php_167",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=84",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=83",
        ////"Snapshot=t176.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:84_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:84_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:84_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:84_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=82", ENDITEM,
        "Name=nextpage", "Value=84", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=84", ENDITEM,
        LAST);

    lr_think_time(5);

    web_submit_data("processattempt.php_169",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=85",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=84",
        ////"Snapshot=t178.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:85_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:85_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:85_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:85_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=83", ENDITEM,
        "Name=nextpage", "Value=85", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=85", ENDITEM,
        LAST);

    lr_think_time(5);

    web_submit_data("processattempt.php_171",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=86",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=85",
        ////"Snapshot=t180.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:86_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:86_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:86_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:86_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=84", ENDITEM,
        "Name=nextpage", "Value=86", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=86", ENDITEM,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_173",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=87",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=86",
        ////"Snapshot=t182.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:87_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:87_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:87_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:87_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=85", ENDITEM,
        "Name=nextpage", "Value=87", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=87", ENDITEM,
        LAST);

    lr_think_time(5);

    web_submit_data("processattempt.php_175",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=88",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=87",
        ////"Snapshot=t184.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:88_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:88_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:88_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:88_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=86", ENDITEM,
        "Name=nextpage", "Value=88", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=88", ENDITEM,
        LAST);

    lr_think_time(10);

    web_submit_data("processattempt.php_177",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=89",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=88",
        ////"Snapshot=t186.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:89_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:89_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:89_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:89_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=87", ENDITEM,
        "Name=nextpage", "Value=89", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=89", ENDITEM,
        LAST);

    lr_think_time(10);
    
    web_submit_data("processattempt.php_179",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=90",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=89",
        ////"Snapshot=t188.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:90_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:90_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:90_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:90_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=88", ENDITEM,
        "Name=nextpage", "Value=90", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=90", ENDITEM,
        LAST);

    
    web_submit_data("processattempt.php_181",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=91",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=90",
        ////"Snapshot=t190.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:91_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:91_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:91_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:91_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=89", ENDITEM,
        "Name=nextpage", "Value=91", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=91", ENDITEM,
        LAST);

    
    web_submit_data("processattempt.php_183",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=92",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=91",
        ////"Snapshot=t192.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:92_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:92_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:92_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:92_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=90", ENDITEM,
        "Name=nextpage", "Value=92", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=92", ENDITEM,
        LAST);


    lr_think_time(10);

    web_submit_data("processattempt.php_185",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=93",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=92",
        ////"Snapshot=t194.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:93_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:93_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:93_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:93_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=91", ENDITEM,
        "Name=nextpage", "Value=93", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=93", ENDITEM,
        LAST);


    web_submit_data("processattempt.php_187",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=94",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=93",
        ////"Snapshot=t196.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:94_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:94_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:94_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:94_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=92", ENDITEM,
        "Name=nextpage", "Value=94", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=94", ENDITEM,
        LAST);

    lr_think_time(10);

    
    web_submit_data("processattempt.php_189",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=95",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=94",
        ////"Snapshot=t198.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:95_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:95_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:95_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:95_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=93", ENDITEM,
        "Name=nextpage", "Value=95", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=95", ENDITEM,
        LAST);

    lr_think_time(5);

    web_submit_data("processattempt.php_191",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=96",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=95",
        ////"Snapshot=t200.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:96_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:96_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:96_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:96_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=94", ENDITEM,
        "Name=nextpage", "Value=96", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=96", ENDITEM,
        LAST);

    lr_think_time(10);
    
    web_submit_data("processattempt.php_193",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=97",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=96",
        ////"Snapshot=t202.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:97_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:97_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:97_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:97_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=95", ENDITEM,
        "Name=nextpage", "Value=97", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=97", ENDITEM,
        LAST);

    lr_think_time(10);
    
    web_submit_data("processattempt.php_195",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=98",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=97",
        ////"Snapshot=t204.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:98_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:98_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:98_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:98_answer", "Value=1", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=96", ENDITEM,
        "Name=nextpage", "Value=98", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=98", ENDITEM,
        LAST);

    lr_think_time(5);

    web_submit_data("processattempt.php_197",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=99",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=98",
        ////"Snapshot=t206.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:99_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:99_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:99_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:99_answer", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=97", ENDITEM,
        "Name=nextpage", "Value=99", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=99", ENDITEM,
        LAST);


    //**********************************************最后一题

    web_submit_data("processattempt.php_100",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php?page=-1",
        "Method=POST",
        "EncType=multipart/form-data",
        "RecContentType=text/html",
        "Referer=http://10.78.224.136:8080/pingnan/front/attempt.php?attempt={attemptid}&page=99",
        //////"Snapshot=t64.inf",
        "Mode=HTML",
        ITEMDATA,
        "Name=q{qubaid}:100_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:100_:flagged", "Value=0", ENDITEM,
        "Name=q{qubaid}:100_:sequencecheck", "Value=1", ENDITEM,
        "Name=q{qubaid}:100_choice0", "Value=0", ENDITEM,
        "Name=q{qubaid}:100_choice0", "Value=1", ENDITEM,
        "Name=q{qubaid}:100_choice1", "Value=0", ENDITEM,
        "Name=q{qubaid}:100_choice1", "Value=1", ENDITEM,
        "Name=q{qubaid}:100_choice2", "Value=0", ENDITEM,
        "Name=next", "Value=下一页", ENDITEM,
        "Name=attempt", "Value={attemptid}", ENDITEM,
        "Name=thispage", "Value=98", ENDITEM,
        "Name=nextpage", "Value=-1", ENDITEM,
        "Name=timeup", "Value=0", ENDITEM,
        "Name=sesskey", "Value={sesskeyid}", ENDITEM,
        "Name=scrollpos", "Value=", ENDITEM,
        "Name=slots", "Value=100", ENDITEM,
        EXTRARES,
        "URL=/theme/image.php/trial/theme/1496884912/sprite", "Referer=http://10.78.224.136:8080/pingnan/front/summary.php?attempt={attemptid}", ENDITEM,
        LAST);

    lr_think_time(10);

    web_submit_form("processattempt.php_101",
        "Action=http://10.78.224.136:8080/pingnan/front/processattempt.php",
        //////"Snapshot=t65.inf",
        ITEMDATA,
        EXTRARES,
        LAST);
    lr_end_transaction("test", LR_AUTO);

    return 0;
    
    

}
————————————————————----
vuser_end()
{
    
    lr_start_transaction("logout");

    lr_think_time(10);

    web_link("退出",
        "Text=退出",
        "Snapshot=t66.inf",
        EXTRARES,
        LAST);
    lr_end_transaction("logout", LR_AUTO);
    return 0;
    
    

}

【Loadrunner】【浙江移动项目手写代码】代码备份

标签:logout   end   res   tran   代码   函数名   snapshot   UI   method   

原文地址:http://www.cnblogs.com/zhuzhubaoya/p/7132093.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!