.


:




:

































 

 

 

 


. , (,




, (, , , ), .

closetest1 , . , , , , .

, . , , , . , . , , , , . 3.

quest3 , , 73 . 1 , :

1. (, , );

2. , ;

3. , ;

4. , ;

5. , ;

6. , ;

7. , ;

8. , , , 104¹ , , , , ( ).

, 2 73 , , .

, , , . ; , . , , .

73 , . , . , .

, , , , , . , , , , , 4.

, , ; . ( ) . , (, , , ). , , , , , .

( ) ( ), . : , ( , , ..); ; .

: -, (, , , ; , , ); -, , (, , , ); -, (, ). , , , , , (, , , , ).

( 1 1 24 ); , ( 1 2 302 ).

opentest3 , (, 4 337 , , 2 158 ). , . , ( ) , ; (, , ). ( 152 ) ( 32 ). , ( ) .

. , ; , ( 158 ). (, , , 2 105 ). ( , 1 63 , ).

, , . , . , , ..

, , , . 5.

, , , - . , . : , , .

(, , ). , , .

, , ( 1 14 ). , , , .

, , (, ), ( ). , 5 , () , . , , . 24 , , .

(, , 105 108 , 109 ).

, , , . , , , , . , , , , .

, . . , (, 1 63 , , ).

. , (, 1 309 , ). , , , (, , ).

, . : , ( , .).

, 3 27 , , , , , , . , , , , , () , .

, 3 5 196 , , , , , , .

, , : (, , , , , .); (, , , , , .); (, , ); , (. 220 157 476 ).

: , , . , ( , , ) () .

, .

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

, (, 111 , 112 ). .

, , , . , , ( 1 115 ).

, - , , .

, , . 8 . : ; , ; ; ; ; . , .

, . , . 3 60 . , 1 2 11 2007 , .

, , 1 61 . :

a. ;

b. ;

c. ;

d. ;

e. ;

f. , ;

g. , , , , , ;

h. , ;

i. , , , ;

j. , , , , , .

. , : , , , . , , , .

, . , ( ) . , , . 7 2 11 2007 : , , , , , . , , . ( , , ..) , , (, ). , , . , , , , . , , , .

, , (. 3-098-40 6, 44-097-225 , , .)7.

. 2 61 , , . , , . , 1047 , , , ( 15,1% ) , 8.

, 64 , . , , , , , , , , , , , . , .

, , . , , , (, , ). - ( 8 2 11 2007 ).

, , 1 63 , :

a. ;

b. ;

c. , , ( );

d. ;

e. , , , , ;

f. , , , , ;

g. ;

h. , , , , ;

i. , , , ;

j. , , , , , , - , ;

k. , , ;

l. , ;

m. .

, , , . , , .

- , .

:

, ( 75 );

, , ( 76 );

( 78 );

( 84 ).

, :

- ( 79 );

( 80 );

( 80.1 );

( 81 );

, ( 82 );

( 83 );

( 84 );

( 85 ).

, 1 73 , , , 104¹ , , , , ( ).

, 2 73 , , . , . , .

, , , , 9. 2 158 : , , , . .

, 4 29 , , , , , , , , , . , .

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

, , - , .

closetes12, 50 . 421 , , , , 73 , : 1) , , ; 2) , ; 3) . , , , , () .

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

, .

, , -: . , . , , .

, , 10. , . 11.

.. , , . , . , , . , , , . ( , ) , ( )12.

, .

, . , , , . , , 97 ; , , , , ( ) , , ( 3 11 ); , ( 1 113 ). , , . , - , , . .

quest4, , , . , , , . . , . , , , , , , , .., , .

, , , . .. , , , , . "" , , 13.

: . , . , , , , , . . , , .

//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.

, , , . , , , .

, , . , , , , . , , , , , , .

quest1 , () ( ). , , , , , , , , ( 1 73 ). , , , , , , ( 2 74 ).

opentest2 . , , .

, . , ( , , , , ).

, . , , . , - , .

, , : . , , . , , , , .

closetest2 . .

, , , , - . - , , , , , , .

, . 50 , , . , 3 7 : , , , . 1 75 , , , .

, , 235 , , , (, ) , , , . , , ( , ). 4 292 , ; .

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

, , ( 6 235 ). , , ( 3 336 ). 335 , , . , , . , , . , , , ( ). , , , . ( . 22 24 22 2005 23 - , ).

2 75 quest5, . :

1. , , , , , . , 14;

2. , , , , , , . , , ;

3. , . , :

o (, ; , );

o (, , ; );

o ( ; ; , );

o (, );

o ( , ; , ).

, . , , , , , . .. , , , , , , . , , 15. .. , , , , 16. .

, , . , , , .

. , ; , . , , , .

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

, , , 3 14 , , , .

quest2, , , . , , . , , . ( , , , 2 77 : ). .

//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; // } // }); }); 4.

. . , , ( 17 ).

: ; ; ; , , , , , , .

closetest3, closetest4 : , . , (.. ) , , . , , , , , . , , , -, , . , , , , , , , , , .

. , , , , , ; , , , , .. , . , , , . , . , , .

, . , , .





:


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


:

:

. .
==> ...

1310 - | 1272 -


© 2015-2024 lektsii.org - -

: 0.094 .