• 2022-06-28 问题

    火鸡最好选用() A: 12%(V/V)~14%(V/V)干白葡萄酒 B: 11%(V/V)~13%(V/V)干红葡萄酒 C: 13%(V/V)以上的红葡萄酒 D: 白兰地

    火鸡最好选用() A: 12%(V/V)~14%(V/V)干白葡萄酒 B: 11%(V/V)~13%(V/V)干红葡萄酒 C: 13%(V/V)以上的红葡萄酒 D: 白兰地

  • 2021-04-14 问题

    【多选题】13 13 13 13 A. 13 13 B. 13 13 C. 13 13 D. 13 13

    【多选题】13 13 13 13 A. 13 13 B. 13 13 C. 13 13 D. 13 13

  • 2021-04-14 问题

    V={7, 2, 3, 11, 17, 5, 19, 13} After two scan exchange of V, V[6] = V={7, 2, 3, 11, 17, 5, 19, 13},对V进行两次扫描交换后V[6] =

    V={7, 2, 3, 11, 17, 5, 19, 13} After two scan exchange of V, V[6] = V={7, 2, 3, 11, 17, 5, 19, 13},对V进行两次扫描交换后V[6] =

  • 2021-04-14 问题

    【单选题】13 13 13 13 A. 13 B. 13 C. 13 D. 13

    【单选题】13 13 13 13 A. 13 B. 13 C. 13 D. 13

  • 2021-04-14 问题

    在HTML中 标记的作用是 A. 在窗口中划一条水平线 B. 换行 C. 设置链接 D. 插入表格 正确答案:D 学生答案:B 错误 得分:0.0 分 取消 确定 
 Zepto(function($){
 
 //$("img:not(.ans-formula-moudle,.goTop)").on('click',function(){
 $("img:not(.ans-formula-moudle)").not('.goTop').on('click',function(){
 var url = $(this).attr("src");
 jsBridge.postNotification("CLIENT_PREVIEW_IMAGES", {
 imageUrls : [{
 imageUrl : url,
 getOriginSize : 1
 }],
 showIndex : 0
 });
 });
 
 
 $('.folding').each(function(index){
 var folding = $(this);
 folding.tap(function(){
 var zlo_opened = folding.find("a");
 if(zlo_opened.hasClass("zlo_opened")){
 folding.next().hide();
 zlo_opened.removeClass("zlo_opened");
 }else{
 folding.next().show();
 zlo_opened.addClass("zlo_opened");
 }
 });
 });
 
 });
 
 $('.folding2').each(function(index){
 var folding = $(this);
 folding.tap(function(){
 var zlo_opened = folding.find("a");
 if(zlo_opened.hasClass("zlo_opened")){
 folding.next().fadeOut();
 zlo_opened.removeClass("zlo_opened");
 $(folding.next()).data("loaded",true);
 }else{
 folding.next().fadeIn();
 zlo_opened.addClass("zlo_opened");
 if(!$(folding.next()).data("loaded")){
 voteStatistic(folding.next(),zlo_opened.attr("data"));
 }
 }
 });
 });
 
 function _jsBridgeReady() {
 var icon = ServerHost.moocDomain + "/images/work/phone/reWork.png";
 jsBridge.postNotification('CLIENT_CUSTOM_MENU', {
 show : '1',
 icon : icon,
 menu : '',
 option : "rework()",
 index : '0',
 width : '65',
 height : '18'
 });
 
 jsBridge.bind('CLIENT_REFRESH_EVENT', function(object){
 window.location.reload();
 });
 }
 
 function rework() {
 var answerId = $("#examAnswerId").val();
 var relationId = $("#examRelationId").val();
 var courseId = $("#courseId").val();
 var classId = $("#classId").val();
 
 $(".cx_alert-txt").html("打回后学生需要重新提交考试!");
 $("#okBtn").html("打回");
 $(".cx_alert").css("display", "block");
 $(".cx_alert-box").css("display", "block");
 $("#okBtn").unbind();
 $("#cancelBtn").unbind();
 $("#okBtn").on("click", function() {
 $(".cx_alert").css("display", "none");
 $(".cx_alert-box").css("display", "none");
 var url = "/exam/phone/reTest?classId=" + classId + "&answerId=" + answerId + "&relationId=" + relationId + "&courseId=" + courseId;
 $.ajax({
 url : url,
 type : 'get',
 dataType : 'json',
 success : function(data) {
 openWindowHintClient(1, data.msg, function() {
 jsBridge.postNotification("CLIENT_REFRESH_STATUS", {
 "status" : 1
 });
 jsBridge.postNotification('CLIENT_EXIT_LEVEL', {
 message : ''
 });
 }, 1000);
 }
 });
 });
 $("#cancelBtn").on("click", function() {
 $(".cx_alert").css("display", "none");
 $(".cx_alert-box").css("display", "none");
 });
 }
 
/images/phone/goTop.png

    在HTML中 标记的作用是 A. 在窗口中划一条水平线 B. 换行 C. 设置链接 D. 插入表格 正确答案:D 学生答案:B 错误 得分:0.0 分 取消 确定 
 Zepto(function($){
 
 //$("img:not(.ans-formula-moudle,.goTop)").on('click',function(){
 $("img:not(.ans-formula-moudle)").not('.goTop').on('click',function(){
 var url = $(this).attr("src");
 jsBridge.postNotification("CLIENT_PREVIEW_IMAGES", {
 imageUrls : [{
 imageUrl : url,
 getOriginSize : 1
 }],
 showIndex : 0
 });
 });
 
 
 $('.folding').each(function(index){
 var folding = $(this);
 folding.tap(function(){
 var zlo_opened = folding.find("a");
 if(zlo_opened.hasClass("zlo_opened")){
 folding.next().hide();
 zlo_opened.removeClass("zlo_opened");
 }else{
 folding.next().show();
 zlo_opened.addClass("zlo_opened");
 }
 });
 });
 
 });
 
 $('.folding2').each(function(index){
 var folding = $(this);
 folding.tap(function(){
 var zlo_opened = folding.find("a");
 if(zlo_opened.hasClass("zlo_opened")){
 folding.next().fadeOut();
 zlo_opened.removeClass("zlo_opened");
 $(folding.next()).data("loaded",true);
 }else{
 folding.next().fadeIn();
 zlo_opened.addClass("zlo_opened");
 if(!$(folding.next()).data("loaded")){
 voteStatistic(folding.next(),zlo_opened.attr("data"));
 }
 }
 });
 });
 
 function _jsBridgeReady() {
 var icon = ServerHost.moocDomain + "/images/work/phone/reWork.png";
 jsBridge.postNotification('CLIENT_CUSTOM_MENU', {
 show : '1',
 icon : icon,
 menu : '',
 option : "rework()",
 index : '0',
 width : '65',
 height : '18'
 });
 
 jsBridge.bind('CLIENT_REFRESH_EVENT', function(object){
 window.location.reload();
 });
 }
 
 function rework() {
 var answerId = $("#examAnswerId").val();
 var relationId = $("#examRelationId").val();
 var courseId = $("#courseId").val();
 var classId = $("#classId").val();
 
 $(".cx_alert-txt").html("打回后学生需要重新提交考试!");
 $("#okBtn").html("打回");
 $(".cx_alert").css("display", "block");
 $(".cx_alert-box").css("display", "block");
 $("#okBtn").unbind();
 $("#cancelBtn").unbind();
 $("#okBtn").on("click", function() {
 $(".cx_alert").css("display", "none");
 $(".cx_alert-box").css("display", "none");
 var url = "/exam/phone/reTest?classId=" + classId + "&answerId=" + answerId + "&relationId=" + relationId + "&courseId=" + courseId;
 $.ajax({
 url : url,
 type : 'get',
 dataType : 'json',
 success : function(data) {
 openWindowHintClient(1, data.msg, function() {
 jsBridge.postNotification("CLIENT_REFRESH_STATUS", {
 "status" : 1
 });
 jsBridge.postNotification('CLIENT_EXIT_LEVEL', {
 message : ''
 });
 }, 1000);
 }
 });
 });
 $("#cancelBtn").on("click", function() {
 $(".cx_alert").css("display", "none");
 $(".cx_alert-box").css("display", "none");
 });
 }
 
/images/phone/goTop.png

  • 2022-06-03 问题

    荷载效应长期组合的长期刚度最接近下面哪一个数?() A: B<sub>l</sub>=1.14×10<sup>13</sup>N·mm B: B<sub>l</sub>=1.02×10<sup>13</sup>N·mm C: B<sub>l</sub>=2.05×10<sup>13</sup>N·mm D: B<sub>l</sub>=4.52×10<sup>13</sup>N·mm

    荷载效应长期组合的长期刚度最接近下面哪一个数?() A: B<sub>l</sub>=1.14×10<sup>13</sup>N·mm B: B<sub>l</sub>=1.02×10<sup>13</sup>N·mm C: B<sub>l</sub>=2.05×10<sup>13</sup>N·mm D: B<sub>l</sub>=4.52×10<sup>13</sup>N·mm

  • 2022-06-07 问题

    24、点A(13、14、15)到V面的距离是( )

    24、点A(13、14、15)到V面的距离是( )

  • 2022-10-29 问题

    图 示 电 路 中 的 电 压 UAB 为( )。 A 1 V B 11 V C 13 V

    图 示 电 路 中 的 电 压 UAB 为( )。 A 1 V B 11 V C 13 V

  • 2022-06-05 问题

    在西餐服务中,酒水服务主要根据客人所点的菜肴进行习惯搭配,可以配海鲜饮用的酒是()。 A: 12%(v/v)-14%(v/v)干白葡萄酒 B: 12%(v/v)-14%(v/v)干红葡萄酒 C: 11%(v/v)-13%(v/v)干白葡萄酒 D: 11%(v/v)-13%(v/v)干红葡萄酒

    在西餐服务中,酒水服务主要根据客人所点的菜肴进行习惯搭配,可以配海鲜饮用的酒是()。 A: 12%(v/v)-14%(v/v)干白葡萄酒 B: 12%(v/v)-14%(v/v)干红葡萄酒 C: 11%(v/v)-13%(v/v)干白葡萄酒 D: 11%(v/v)-13%(v/v)干红葡萄酒

  • 2022-07-29 问题

    根据《国际危规》爆炸品按其相容性分成()配装类,其中危险性最大的配装类为() A: 12;L B: 12;A C: 13;L D: 13;S

    根据《国际危规》爆炸品按其相容性分成()配装类,其中危险性最大的配装类为() A: 12;L B: 12;A C: 13;L D: 13;S

  • 1 2 3 4 5 6 7 8 9 10