.


:




:

































 

 

 

 


4




248 , , , , , , , , . . 3 .50 .

. , . , , .

.6 31 2002 ., - : 1) () , , ; 2) , ; 3) , ; 4) .

. () , 2 3 .249 .

2 .249 , , , . , , , , , , . () , , (.1 .253 ). , (.113 ). 3 .249 , , 2 1 .24 ( ), 2 .254 ( ).

. , () (.1 .250 ).

closetest7 , , : ) ; ) ; ) . . .

, , .250 .

. , 58 270 . , , , (.1 .58 ). , 58 , , .

opentest6 . , , . , , , . (.68 ). (.6 .259 ).

quest7 , , . , . , (.252 ).

, : 1) , ; 2) ; 3) , , , , , , ; 4) , , , ( 1-4 .1 .220 ). : 1) , ; 2) , , , , , ; 3) , , ( 3-5 .1 .225 ).

, , (.1 .2 .221 ). , , (.2 .226 ).

, , . 7 , (.2 .265 ).

, , .

, , , (.5 .236 ). , , , , , . , .

: -, ; -, , ; -, , ; -, , , , - . , , , , .

, () : 1) ; 2) ; 3) ; 4) ; 5) , . .

.1 .253 . - - , . .

, (.2 .253 ). , , . - , (.2 .247 ).

, .1 .253 , - , . , , . (.2 .258 ).

, , , , , . , .

(.3 .253 ) , , . .

, . ( . 18 .477 ).

, -, , , : .3 .1 .24 ( ); .4 .1 .24 ( , , ); .5 .1 .24 ( , , , , .4 .20 ); .6 .1 .24 ( , 1, 3-5, 9 10 .1 .448 , , , , , 1, 3-5 .1 .448 ); . 3 .1 .27 ( ); . 4 .1 .27 ( ); . 5 .1 .27 ( , ); . 6 .1 .27 ( , () ).

-, .7 .246 ( ) .3 .249 ( , 2 .24 ).

-, , .25 ( ), , .28 ( ). . , .2 .20 (.5 .319 ).

(.1, 2 .24 .1 .27 ). , , () , .

.3 .27 , , , , .2 .1 .24 . , , , , , () , . 254 , .3 .27 , , -, , .3 .27 .

.254 .2 .443 , , . .

, .2 .24 , , .2 .1 .24 , , . .2 .27 , 3 6 .1 .24, 25 28, 3 6 .1 .27 , . .

. , , 1 .1 .27 ( ).

, , , , . 4 .27 , .27 , , , .4 .24 . 1 .1 .27 .

(.255 ). , .

closetest8_opentest7 , 6 . , , 6 . , .

, - , . . , , - , .

. .

() , . , 20 2004 119- ( 1 6 ); , ( 2 ), ( 16 22 ).

, , (), () , , () 3 ( , , ) . (), , , , , () (.2 .18 ).

, , () (, , , , , , .117 118 , .).

, , , (.1 .256 ). .237 , , , , , , , , . (.2 .256 ). .

. 257 .

opentest8 . , , , , : . (.1 .257 ). , , , . (.2 .257 ). , , , , (.3 .257 ).

, . , (.4 .257 ). , : ) , , 21 1997 118-; ) , , ; ) , , .

, , , , , , .117 118 . , ( 1, 2 258 ). . (, , .), .

. . ( 3 258).

. . , , . , (.1 2 .259 ).

3 259 , : 1) , ; 2) ; 3) , , , , , , , , , , ; 4) ; 5) , ; 6) , ; 7) , ; 8) , ; 9) , ; 10) ; 11) , , ; 12) ; 13) , ; 14) ; 15) ; 16) , (. 29 .477 ).

, , . , - () , , . , () , .

3 . , , , . ( 6 259 ).

3 . , . , , , .

3 . , .

3 , , , , .

, 5 . , , . , , . .

3 . . , , . , (. 30 .477 ). (.260 ).

//function to get selected text function getSelText() { var txt = ''; if (window.getSelection) { txt = window.getSelection(); } else if (document.getSelection) { txt = document.getSelection(); } else if (document.selection) { txt = document.selection.createRange().text; } else return; $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_txtSelectedText").val(txt); } function getCtrlPrefix() { return document.getElementById("ctl00_ctl00_MPCPH_CMPCPH_sendForm1_hdnCtrlPrefix").value; } //function for showing popup $(document).ready(function() { $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_panelMain").css("display", "block"); $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_panelMain").dialog ({ autoOpen: false, modal: true, width: 400, height: 500, dialogClass: "popupDialog", resizable: false, overlay: { opacity: 0.5, background: "black" } }); // $('.lbPopupLink').click(function() { // var titleFirst = getCtrlPrefix() + "hdnTitleOfTheme"; // var labelTitle = document.getElementById(titleFirst.replace("_sendForm1", "")); // var s = document.title + ' - ' + labelTitle.value; // $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_txtTheme").val(s); // getSelText(); // $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_panelMain").dialog("open"); // $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_txtComment").focus(); // return false; // }); //function for click on image $('#lbLink').click(function() { var titleOfThemeFirst = getCtrlPrefix() + "hdnTitleOfTheme"; var labelTitle = document.getElementById(titleOfThemeFirst.replace("_sendForm1", "")); var titleOfLessonF = getCtrlPrefix() + "hdnTitleOfLesson"; var labelTitleOfLesson = document.getElementById(titleOfLessonF.replace("_sendForm1", "")); var p = labelTitle.value + ' - ' + labelTitleOfLesson.value; var s = ' : ' + document.title; $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_txtTheme").val(s); $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_hdnPath").val(p); getSelText(); $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_panelMain").dialog("open"); $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_txtComment").focus(); return false; }); $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_butCancel").click(function() { $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_panelMain").dialog("close"); return false; }); $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_butOk").click(function() { return $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_panelMain").dialogCloseAndSubmit($(this).attr("id")); }); //function for keypress event // $(document).keypress(function(e) { // switch (e.which) { // // user presses the "s" key // case 115: // var titleFirst = getCtrlPrefix() + "hdnTitleOfTheme"; // var labelTitle = document.getElementById(titleFirst.replace("_sendForm1","")); // var s = document.title + ' - ' + labelTitle.value; // $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_txtTheme").val(s); // getSelText(); // $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_panelMain").dialog("open"); // $("#ctl00_ctl00_MPCPH_CMPCPH_sendForm1_txtComment").focus(); // return false; // break; // } // }); }); 3.

quest8 : 1) ; 2) ; 3) ; 4) ; 5) . .





:


: 2015-05-08; !; : 540 |


:

:

,
==> ...

1522 - | 1476 -


© 2015-2024 lektsii.org - -

: 0.031 .