AI智能解答
int otherscore = typeScores_2[1] + typeScores_3[1] + typeScores_4[1];
//题目总数量
int totalCount = questions_1_Count + questions_2_Count + questions_3_Count + questions_4_Count;
//题目总分值
int totalScore = penaltyscore_1 + penaltyscore_2 + penaltyscore_3 + penaltyscore_4 + premiunscore_1 + premiunscore_2 + premiunscore_3 + premiunscore_4 + otherscore;
//正确率
double rightRate = (double)totalScore / totalCount;
civilSecondMajorRightRate.CivilRightRateSecondMajorList.Add(rightRate);
//二级监理工程师题型分值
int[] typeScores_5 = { 18, 6 }; //类型一与类型二的分值
int[,] questions_5 = GetExamScore(FirstMajorName + SecondMajorName + "二级监理工程师", ExamName); //类型一与类型二的题目数量
//类型一
int questions_5_Count_1 = questions_5[0, 0];
int rightCount_5_1 = questions_5[0, 0] - questions_5[1, 0];
int penaltyscore_5_1 = rightCount_5_1 * typeScores_5[0];
int wrongCount_5_1 = questions_5[1, 0];
int premiunscore_5_1 = wrongCount_5_1 * typeScores_5[1];
//类型二
int questions_5_Count_2 = questions_5[2, 0];
int rightCount_5_2 = questions_5[2, 0] - questions_5[3, 0];
int penaltyscore_5_2 = rightCount_5_2 * typeScores_5[0];
int wrongCount_5_2 = questions_5[3, 0];
int premiunscore_5_2 = wrongCount_5_2 * typeScores_5[1];
//监理工程师的题型分值
int otherscore_5 = typeScores_5[0] + typeScores_5[1];
//题目总数量
int totalCount_5 = questions_5_Count_1 + questions_5_Count_2;
//题目总分值
int totalScore_5 = penaltyscore_5_1 + penaltyscore_5_2 + premiunscore_5_1 + premiunscore_5_2 + otherscore_5;
//正确率
double rightRate_5 = (double)totalScore_5 / totalCount_5;
civilSecondMajorRightRate.SupervisorRightRateSecondMajorList.Add(rightRate_5);
//通过率
if (rightRate >= 0.60 && rightRate_5 >= 0.50)
{
civilSecondMajorRightRate.CivilPassRateSecondMajorList.Add(1);
}
else
{
civilSecondMajorRightRate.CivilPassRateSecondMajorList.Add(0);
}
civilRightRateList.CivilRightRateSecondMajorList.Add(civilSecondMajorRightRate);
}
//土木工程三级
if (MajorNameId == "1.7" || MajorNameId == "7.4")
{
CivilRightRateThirdMajor civilThirdMajorRightRate = new CivilRightRateThirdMajor();
string ThirdMajorNameId = MajorNameId.Substring(0, 3);
string ThirdMajorName = ForCivilThirdMajor(ThirdMajorNameId);
civilThirdMajorRightRate.ThirdMajorName = ThirdMajorName;
//三级职称试题分值
int[] typeScores_1 = { 8, 2 }; //类型一与类型二的分值
int[,] questions_1 = GetExamScore(ThirdMajorName + "三级职称", ExamName); //类型一与类型二的题目数量
//类型一
int questions_1_Count = questions_1[0, 0];
int rightCount_1 = questions_1[0, 0] - questions_1[1, 0];
int penaltyscore_1 = rightCount_1 * typeScores_1[0];
int wrongCount_1 = questions_1[1, 0];
int premiunscore_1 = wrongCount_1 * typeScores_1[1];
//类型二
int questions_2_Count = questions_1[2, 0];
int rightCount_2 = questions_1[2, 0] - questions_1[3, 0];
int penaltyscore_2 = rightCount_2 * typeScores_1[0];
int wrongCount_2 = questions_1[3, 0];
int premiunscore_2 = wrongCount_2 * typeScores_1[1];
//ThreeStruction的题型分值
int otherscore = typeScores_1[0] + typeScores_1[1];
//题目总数量
int totalCount = questions_1_Count + questions_2_Count;
//题目总分值
int totalScore = penaltyscore_1 + penaltyscore_2 + premiunscore_1 + premiunscore_2 + otherscore;
//正确率
double rightRate = (double)totalScore / totalCount;
civilThirdMajorRightRate.CivilRightRateT
从政策改革来看,国家非常重视造价工程师的发展。取得造价工程师职业资格,可认定为具有工程师、助理工程师职称,并可作为申报更高一级职称的条件。所以它的证书含金量会越来越大。
一个造价工程师只能接受一个单位的聘任,所以很多单位都是认证专业人才紧缺。目前满足成本企业要求的人还不够。考取二级造价工程师证书是大势所趋。造价工程师证书是进入造价行业的敲门砖。如果你想在这个领域走得更远,你还是要获得专业证书。
无论现在还是未来很长一段时间,二级造价工程师的市场需求都很大,证书很值钱。二级造价工程师有四个专业。可以根据自己未来的职业方向和职业规划,选择最适合自己的。
一级注册造价工程师执业范围包括建设项目全过程造价管理和咨询等。具体工作内容为: (1)项目建议书、可行性研究投资估算及审计、项目评估成本分析;(二)建设工程设计、施工招标项目的计量和计价;(三)建设工程合同价款、结算价款和最终结算价款的编制和管理;(四)建设工程审计、仲裁、诉讼、保险中的造价评估,工程造价争议的调解;(五)编制和管理建设工程计价依据和造价指标;(6)与工程造价管理有关的其他事项。