[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web

0
Bạn đã sẵn sàng chưa? 45 phút làm bài bắt đầu!!!
Bạn đã hết giờ làm bài! Xem kết quả các câu hỏi đã làm nhé!!!

[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web

[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web

1. Thẻ HTML nào sau đây được sử dụng để tạo một trường nhập liệu dạng nút bấm mà khi nhấp vào sẽ thiết lập lại tất cả các trường của biểu mẫu về giá trị ban đầu?

A. Thẻ
B. Thẻ
C. Thẻ
D. Thẻ

2. Để biểu mẫu có thể gửi tệp tin (ví dụ: tải lên ảnh), thuộc tính nào của thẻ là bắt buộc?

A. method=post
B. action=/upload
C. enctype=multipart/form-data
D. accept-charset=UTF-8

3. Thẻ `` trong HTML5 kết hợp với thẻ `` dùng để làm gì?

A. Tạo ra một trường nhập liệu cho phép chọn nhiều tùy chọn từ danh sách.
B. Tạo ra một danh sách thả xuống với các tùy chọn được nhóm lại.
C. Cung cấp các tùy chọn gợi ý tự động hoàn thành cho trường nhập liệu.
D. Xác định các tùy chọn chỉ đọc cho trường nhập liệu.

4. Phân biệt giữa GET và POST trong thuộc tính method của thẻ . GET gửi dữ liệu như thế nào?

A. Dữ liệu được gửi trong phần thân (body) của yêu cầu HTTP.
B. Dữ liệu được thêm vào cuối URL dưới dạng các cặp khóa-giá trị.
C. Dữ liệu được mã hóa và gửi qua một kênh riêng biệt.
D. Dữ liệu được lưu trữ tạm thời trong cookie.

5. Thuộc tính placeholder của thẻ có tác dụng gì?

A. Đặt giá trị mặc định cho trường nhập liệu.
B. Hiển thị một gợi ý ngắn gọn về nội dung mong đợi trong trường.
C. Ngăn người dùng chỉnh sửa nội dung của trường.
D. Xác định kiểu dữ liệu của trường nhập liệu.

6. Thẻ HTML nào dùng để tạo một nhãn (label) liên kết với một trường nhập liệu cụ thể, giúp cải thiện khả năng truy cập và trải nghiệm người dùng?

A. Thẻ
B. Thẻ </div> <div>C. <strong>Thẻ <label></strong></div> <div>D. Thẻ <caption style=label></div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>7. Thuộc tính name của một trường nhập liệu trong biểu mẫu HTML có vai trò gì quan trọng khi gửi dữ liệu lên máy chủ?</strong></p> <div> <div>A. Xác định kiểu dữ liệu của trường nhập liệu.</div> <div>B. Đặt nhãn hiển thị cho trường nhập liệu.</div> <div>C. <strong>Định danh tên của trường khi dữ liệu được gửi đi.</strong></div> <div>D. Kiểm tra tính hợp lệ của dữ liệu nhập vào.</div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>8. Thuộc tính method của thẻ <form> có hai giá trị phổ biến là GET và POST. Khi nào nên ưu tiên sử dụng POST?</strong></p> <div> <div>A. Khi dữ liệu gửi đi là nhỏ và không nhạy cảm.</div> <div>B. Khi muốn dữ liệu hiển thị trên URL.</div> <div>C. <strong>Khi dữ liệu gửi đi là lớn, nhạy cảm hoặc thay đổi trạng thái máy chủ.</strong></div> <div>D. Khi thực hiện truy vấn tìm kiếm đơn giản.</div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>9. Khi sử dụng thuộc tính type với giá trị password cho thẻ <input>, ký tự người dùng nhập vào sẽ hiển thị như thế nào?</strong></p> <div> <div>A. Hiển thị dưới dạng văn bản thông thường.</div> <div>B. Hiển thị dưới dạng ký tự gạch dưới.</div> <div>C. <strong>Hiển thị dưới dạng các dấu chấm hoặc dấu hoa thị.</strong></div> <div>D. Hiển thị dưới dạng ký tự mã hóa.</div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>10. Trong trường hợp nào, việc sử dụng thuộc tính readonly cho một trường nhập liệu là phù hợp?</strong></p> <div> <div>A. Khi bạn muốn người dùng bắt buộc phải nhập dữ liệu vào trường đó.</div> <div>B. <strong>Khi bạn muốn hiển thị một giá trị đã được tính toán hoặc cố định, không cho phép người dùng chỉnh sửa.</strong></div> <div>C. Khi bạn muốn ẩn hoàn toàn trường nhập liệu khỏi giao diện.</div> <div>D. Khi bạn muốn trường nhập liệu chỉ chấp nhận số.</div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>11. Trong HTML, thẻ nào sau đây được sử dụng phổ biến nhất để định nghĩa các trường nhập liệu cho biểu mẫu web?</strong></p> <div> <div>A. Thẻ <p></div> <div>B. Thẻ <div></div> <div>C. <strong>Thẻ <input></strong></div> <div>D. Thẻ <span></div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>12. Thẻ HTML nào được sử dụng để tạo một trường nhập liệu cho phép người dùng tải lên tệp tin từ máy tính của họ?</strong></p> <div> <div>A. Thẻ <input type=text></div> <div>B. <strong>Thẻ <input type=file></strong></div> <div>C. Thẻ <input type=upload></div> <div>D. Thẻ <input type=data></div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>13. Trong ngữ cảnh của biểu mẫu web, client-side validation (kiểm tra phía máy khách) có ý nghĩa gì?</strong></p> <div> <div>A. Việc kiểm tra dữ liệu được thực hiện bởi máy chủ trước khi gửi đi.</div> <div>B. <strong>Việc kiểm tra dữ liệu được thực hiện bởi trình duyệt web của người dùng trước khi gửi đến máy chủ.</strong></div> <div>C. Việc kiểm tra dữ liệu được thực hiện bởi một ứng dụng di động.</div> <div>D. Việc kiểm tra dữ liệu được thực hiện bởi cơ sở dữ liệu.</div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>14. Trong HTML, để đảm bảo người dùng không bỏ qua việc nhập một trường dữ liệu quan trọng, ta sử dụng thuộc tính nào?</strong></p> <div> <div>A. disabled</div> <div>B. readonly</div> <div>C. <strong>required</strong></div> <div>D. hidden</div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>15. Để tạo một danh sách thả xuống (dropdown list) trong HTML, ta sử dụng kết hợp của những thẻ nào?</strong></p> <div> <div>A. Thẻ <input> và thẻ <option></div> <div>B. <strong>Thẻ <select> và thẻ <option></strong></div> <div>C. Thẻ <textarea> và thẻ <label></div> <div>D. Thẻ <button> và thẻ <datalist></div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>16. Thuộc tính type của thẻ <input> có giá trị nào sau đây được sử dụng để tạo ra một ô chọn (checkbox)?</strong></p> <div> <div>A. text</div> <div>B. <strong>checkbox</strong></div> <div>C. submit</div> <div>D. radio</div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>17. Nếu người dùng gửi một biểu mẫu có trường nhập liệu với type=email, trình duyệt web thường sẽ thực hiện kiểm tra gì?</strong></p> <div> <div>A. Kiểm tra xem trường có trống hay không.</div> <div>B. <strong>Kiểm tra xem trường có chứa một địa chỉ email hợp lệ (theo định dạng cơ bản) hay không.</strong></div> <div>C. Kiểm tra xem địa chỉ email có tồn tại trên máy chủ hay không.</div> <div>D. Kiểm tra xem trường có chứa số điện thoại hay không.</div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>18. Khi bạn muốn cho phép người dùng nhập một chuỗi ký tự có độ dài cố định, ví dụ như mã PIN gồm 4 chữ số, bạn sẽ sử dụng loại trường nhập liệu nào và có thể kết hợp với thuộc tính nào để giới hạn số ký tự?</strong></p> <div> <div>A. <strong>Thẻ <input type=text> với thuộc tính maxlength=4</strong></div> <div>B. Thẻ <input type=number> với thuộc tính size=4</div> <div>C. Thẻ <textarea> với thuộc tính rows=1 cols=4</div> <div>D. Thẻ <input type=password> với thuộc tính minlength=4</div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>19. Thuộc tính rows và cols của thẻ <textarea> dùng để làm gì?</strong></p> <div> <div>A. Xác định kích thước font chữ và màu sắc của văn bản.</div> <div>B. Đặt giới hạn số ký tự tối đa và tối thiểu có thể nhập.</div> <div>C. <strong>Chỉ định số hàng và số cột hiển thị ban đầu của vùng văn bản.</strong></div> <div>D. Kiểm tra tính hợp lệ của địa chỉ email.</div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>20. Thuộc tính for của thẻ <label> nên được liên kết với thuộc tính id của trường nhập liệu nào để tạo mối liên kết rõ ràng?</strong></p> <div> <div>A. Thuộc tính name</div> <div>B. Thuộc tính class</div> <div>C. <strong>Thuộc tính id</strong></div> <div>D. Thuộc tính value</div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>21. Thuộc tính value của thẻ <option> trong danh sách thả xuống HTML dùng để làm gì?</strong></p> <div> <div>A. Đặt văn bản hiển thị cho tùy chọn.</div> <div>B. Xác định thứ tự của tùy chọn trong danh sách.</div> <div>C. <strong>Cung cấp giá trị sẽ được gửi đi khi biểu mẫu được gửi.</strong></div> <div>D. Đánh dấu tùy chọn được chọn mặc định.</div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>22. Khi sử dụng thẻ `<input>` với `type=number`, thuộc tính nào có thể được sử dụng để đặt khoảng cách giữa các giá trị hợp lệ được chấp nhận?</strong></p> <div> <div>A. maxlength</div> <div>B. <strong>step</strong></div> <div>C. size</div> <div>D. minlength</div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>23. Thẻ HTML nào được dùng để tạo ra một vùng văn bản đa dòng cho phép người dùng nhập liệu?</strong></p> <div> <div>A. Thẻ <input type=textarea></div> <div>B. Thẻ <input type=text size=many></div> <div>C. <strong>Thẻ <textarea></strong></div> <div>D. Thẻ <input type=multiline></div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>24. Để tạo một nút gửi biểu mẫu trong HTML, giá trị nào của thuộc tính type của thẻ <input> hoặc <button> được sử dụng?</strong></p> <div> <div>A. reset</div> <div>B. button</div> <div>C. <strong>submit</strong></div> <div>D. text</div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div> <div> <p><strong>25. Thẻ HTML nào được sử dụng để nhóm các tùy chọn lựa chọn mà người dùng chỉ có thể chọn một trong số đó?</strong></p> <div> <div>A. Thẻ <select></div> <div>B. Thẻ <optgroup></div> <div>C. <strong>Thẻ <input type=radio> (trong cùng một nhóm name)</strong></div> <div>D. Thẻ <textarea></div> </div> <hr style="border-top: 1px dashed #ccc; margin: 10px 0;"> </div></div> <input type='hidden' name='ays_quiz_id' value='6568'/> <input type='hidden' name='ays_quiz_curent_page_link' class='ays-quiz-curent-page-link' value='https://hamhoc.org/chan-troi-trac-nghiem-tin-hoc-ung-dung-12-bai-f5-tao-bieu-mau-trong-trang-web/'/> <input type='hidden' name='ays_quiz_questions' value='186951,186952,186953,186954,186955,186956,186957,186958,186959,186960,186961,186962,186963,186964,186965,186966,186967,186968,186969,186970,186971,186972,186973,186974,186975'> </div> </div><div class='step ' data-question-id='186951' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>1 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 1. Thẻ HTML nào sau đây được sử dụng để tạo một trường nhập liệu dạng nút bấm mà khi nhấp vào sẽ thiết lập lại tất cả các trường của biểu mẫu về giá trị ban đầu? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186951]' id='ays-answer-1195882-6568' value='1195882'/> <label for='ays-answer-1195882-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Thẻ <input type=submit></label><label for='ays-answer-1195882-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186951]' id='ays-answer-1195883-6568' value='1195883'/> <label for='ays-answer-1195883-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Thẻ <input type=button></label><label for='ays-answer-1195883-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186951]' id='ays-answer-1195884-6568' value='1195884'/> <label for='ays-answer-1195884-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Thẻ <input type=reset></label><label for='ays-answer-1195884-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186951]' id='ays-answer-1195885-6568' value='1195885'/> <label for='ays-answer-1195885-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Thẻ <button type=clear></label><label for='ays-answer-1195885-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186951'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTg4MiI6IjAiLCIxMTk1ODgzIjoiMCIsIjExOTU4ODQiOiIxIiwiMTE5NTg4NSI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các tiêu chuẩn HTML, thuộc tính type với giá trị reset được sử dụng cho thẻ <input> hoặc thẻ <button> để tạo ra một nút chức năng thiết lập lại (reset) toàn bộ biểu mẫu về trạng thái ban đầu. Kết luận Lý giải: reset thiết lập lại biểu mẫu. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186952' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>2 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 2. Để biểu mẫu có thể gửi tệp tin (ví dụ: tải lên ảnh), thuộc tính nào của thẻ <form> là bắt buộc? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186952]' id='ays-answer-1195886-6568' value='1195886'/> <label for='ays-answer-1195886-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. method=post</label><label for='ays-answer-1195886-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186952]' id='ays-answer-1195887-6568' value='1195887'/> <label for='ays-answer-1195887-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. action=/upload</label><label for='ays-answer-1195887-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186952]' id='ays-answer-1195888-6568' value='1195888'/> <label for='ays-answer-1195888-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. enctype=multipart/form-data</label><label for='ays-answer-1195888-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186952]' id='ays-answer-1195889-6568' value='1195889'/> <label for='ays-answer-1195889-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. accept-charset=UTF-8</label><label for='ays-answer-1195889-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186952'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTg4NiI6IjAiLCIxMTk1ODg3IjoiMCIsIjExOTU4ODgiOiIxIiwiMTE5NTg4OSI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các tài liệu về HTML forms và việc gửi tệp tin, thuộc tính enctype của thẻ <form> cần được đặt là multipart/form-data để cho phép trình duyệt mã hóa dữ liệu biểu mẫu bao gồm cả các tệp tin được tải lên. Kết luận Lý giải: enctype=multipart/form-data cần thiết cho gửi tệp. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186953' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>3 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 3. Thẻ `<datalist>` trong HTML5 kết hợp với thẻ `<input>` dùng để làm gì? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186953]' id='ays-answer-1195890-6568' value='1195890'/> <label for='ays-answer-1195890-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Tạo ra một trường nhập liệu cho phép chọn nhiều tùy chọn từ danh sách.</label><label for='ays-answer-1195890-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186953]' id='ays-answer-1195891-6568' value='1195891'/> <label for='ays-answer-1195891-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Tạo ra một danh sách thả xuống với các tùy chọn được nhóm lại.</label><label for='ays-answer-1195891-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186953]' id='ays-answer-1195892-6568' value='1195892'/> <label for='ays-answer-1195892-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Cung cấp các tùy chọn gợi ý tự động hoàn thành cho trường nhập liệu.</label><label for='ays-answer-1195892-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186953]' id='ays-answer-1195893-6568' value='1195893'/> <label for='ays-answer-1195893-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Xác định các tùy chọn chỉ đọc cho trường nhập liệu.</label><label for='ays-answer-1195893-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186953'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTg5MCI6IjAiLCIxMTk1ODkxIjoiMCIsIjExOTU4OTIiOiIxIiwiMTE5NTg5MyI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các tiêu chuẩn HTML5, thẻ `<datalist>` dùng để cung cấp một danh sách các tùy chọn gợi ý cho người dùng khi họ nhập liệu vào một thẻ `<input>`, hỗ trợ tính năng tự động hoàn thành (autocomplete). Kết luận Lý giải: `<datalist>` cung cấp gợi ý tự động hoàn thành. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186954' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>4 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 4. Phân biệt giữa GET và POST trong thuộc tính method của thẻ <form>. GET gửi dữ liệu như thế nào? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186954]' id='ays-answer-1195894-6568' value='1195894'/> <label for='ays-answer-1195894-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Dữ liệu được gửi trong phần thân (body) của yêu cầu HTTP.</label><label for='ays-answer-1195894-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186954]' id='ays-answer-1195895-6568' value='1195895'/> <label for='ays-answer-1195895-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Dữ liệu được thêm vào cuối URL dưới dạng các cặp khóa-giá trị.</label><label for='ays-answer-1195895-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186954]' id='ays-answer-1195896-6568' value='1195896'/> <label for='ays-answer-1195896-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Dữ liệu được mã hóa và gửi qua một kênh riêng biệt.</label><label for='ays-answer-1195896-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186954]' id='ays-answer-1195897-6568' value='1195897'/> <label for='ays-answer-1195897-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Dữ liệu được lưu trữ tạm thời trong cookie.</label><label for='ays-answer-1195897-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186954'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTg5NCI6IjAiLCIxMTk1ODk1IjoiMSIsIjExOTU4OTYiOiIwIiwiMTE5NTg5NyI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các nguyên tắc về HTTP, phương thức GET gửi dữ liệu bằng cách thêm các cặp khóa-giá trị vào cuối URL sau dấu chấm hỏi (?), cho phép dữ liệu hiển thị công khai và có thể lưu vào lịch sử trình duyệt. Kết luận Lý giải: GET gửi dữ liệu qua URL. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186955' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>5 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 5. Thuộc tính placeholder của thẻ <input> có tác dụng gì? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186955]' id='ays-answer-1195898-6568' value='1195898'/> <label for='ays-answer-1195898-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Đặt giá trị mặc định cho trường nhập liệu.</label><label for='ays-answer-1195898-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186955]' id='ays-answer-1195899-6568' value='1195899'/> <label for='ays-answer-1195899-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Hiển thị một gợi ý ngắn gọn về nội dung mong đợi trong trường.</label><label for='ays-answer-1195899-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186955]' id='ays-answer-1195900-6568' value='1195900'/> <label for='ays-answer-1195900-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Ngăn người dùng chỉnh sửa nội dung của trường.</label><label for='ays-answer-1195900-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186955]' id='ays-answer-1195901-6568' value='1195901'/> <label for='ays-answer-1195901-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Xác định kiểu dữ liệu của trường nhập liệu.</label><label for='ays-answer-1195901-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186955'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTg5OCI6IjAiLCIxMTk1ODk5IjoiMSIsIjExOTU5MDAiOiIwIiwiMTE5NTkwMSI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo tài liệu MDN Web Docs, thuộc tính placeholder cho phép hiển thị một văn bản gợi ý trong trường nhập liệu khi trường đó trống và chưa được người dùng tập trung vào, biến mất khi người dùng bắt đầu nhập liệu. Kết luận Lý giải: placeholder hiển thị gợi ý nội dung. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186956' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>6 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 6. Thẻ HTML nào dùng để tạo một nhãn (label) liên kết với một trường nhập liệu cụ thể, giúp cải thiện khả năng truy cập và trải nghiệm người dùng? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186956]' id='ays-answer-1195902-6568' value='1195902'/> <label for='ays-answer-1195902-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Thẻ <heading></label><label for='ays-answer-1195902-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186956]' id='ays-answer-1195903-6568' value='1195903'/> <label for='ays-answer-1195903-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Thẻ <title></label><label for='ays-answer-1195903-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186956]' id='ays-answer-1195904-6568' value='1195904'/> <label for='ays-answer-1195904-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Thẻ <label></label><label for='ays-answer-1195904-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186956]' id='ays-answer-1195905-6568' value='1195905'/> <label for='ays-answer-1195905-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Thẻ <caption style=label></label><label for='ays-answer-1195905-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186956'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTkwMiI6IjAiLCIxMTk1OTAzIjoiMCIsIjExOTU5MDQiOiIxIiwiMTE5NTkwNSI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các nguyên tắc về HTML và khả năng truy cập (accessibility), thẻ <label> được sử dụng để gắn kết một nhãn văn bản với một phần tử biểu mẫu bằng cách sử dụng thuộc tính for của thẻ <label> khớp với id của trường nhập liệu. Kết luận Lý giải: <label> tạo nhãn liên kết với trường nhập liệu. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186957' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>7 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 7. Thuộc tính name của một trường nhập liệu trong biểu mẫu HTML có vai trò gì quan trọng khi gửi dữ liệu lên máy chủ? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186957]' id='ays-answer-1195906-6568' value='1195906'/> <label for='ays-answer-1195906-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Xác định kiểu dữ liệu của trường nhập liệu.</label><label for='ays-answer-1195906-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186957]' id='ays-answer-1195907-6568' value='1195907'/> <label for='ays-answer-1195907-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Đặt nhãn hiển thị cho trường nhập liệu.</label><label for='ays-answer-1195907-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186957]' id='ays-answer-1195908-6568' value='1195908'/> <label for='ays-answer-1195908-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Định danh tên của trường khi dữ liệu được gửi đi.</label><label for='ays-answer-1195908-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186957]' id='ays-answer-1195909-6568' value='1195909'/> <label for='ays-answer-1195909-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Kiểm tra tính hợp lệ của dữ liệu nhập vào.</label><label for='ays-answer-1195909-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186957'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTkwNiI6IjAiLCIxMTk1OTA3IjoiMCIsIjExOTU5MDgiOiIxIiwiMTE5NTkwOSI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các tài liệu về HTML forms, thuộc tính name là bắt buộc đối với hầu hết các trường nhập liệu và được sử dụng để xác định tên của trường khi dữ liệu được gửi đi, cho phép máy chủ xử lý. Kết luận Lý giải: name định danh tên trường khi gửi dữ liệu. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186958' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>8 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 8. Thuộc tính method của thẻ <form> có hai giá trị phổ biến là GET và POST. Khi nào nên ưu tiên sử dụng POST? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186958]' id='ays-answer-1195910-6568' value='1195910'/> <label for='ays-answer-1195910-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Khi dữ liệu gửi đi là nhỏ và không nhạy cảm.</label><label for='ays-answer-1195910-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186958]' id='ays-answer-1195911-6568' value='1195911'/> <label for='ays-answer-1195911-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Khi muốn dữ liệu hiển thị trên URL.</label><label for='ays-answer-1195911-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186958]' id='ays-answer-1195912-6568' value='1195912'/> <label for='ays-answer-1195912-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Khi dữ liệu gửi đi là lớn, nhạy cảm hoặc thay đổi trạng thái máy chủ.</label><label for='ays-answer-1195912-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186958]' id='ays-answer-1195913-6568' value='1195913'/> <label for='ays-answer-1195913-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Khi thực hiện truy vấn tìm kiếm đơn giản.</label><label for='ays-answer-1195913-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186958'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTkxMCI6IjAiLCIxMTk1OTExIjoiMCIsIjExOTU5MTIiOiIxIiwiMTE5NTkxMyI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các nguyên tắc về HTTP và biểu mẫu web, phương thức POST được ưu tiên sử dụng khi gửi dữ liệu nhạy cảm, dữ liệu có dung lượng lớn, hoặc khi hành động gửi biểu mẫu làm thay đổi trạng thái của máy chủ (ví dụ: tạo bài viết, cập nhật thông tin). Kết luận Lý giải: POST dùng cho dữ liệu lớn, nhạy cảm hoặc thay đổi trạng thái. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186959' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>9 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 9. Khi sử dụng thuộc tính type với giá trị password cho thẻ <input>, ký tự người dùng nhập vào sẽ hiển thị như thế nào? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186959]' id='ays-answer-1195914-6568' value='1195914'/> <label for='ays-answer-1195914-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Hiển thị dưới dạng văn bản thông thường.</label><label for='ays-answer-1195914-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186959]' id='ays-answer-1195915-6568' value='1195915'/> <label for='ays-answer-1195915-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Hiển thị dưới dạng ký tự gạch dưới.</label><label for='ays-answer-1195915-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186959]' id='ays-answer-1195916-6568' value='1195916'/> <label for='ays-answer-1195916-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Hiển thị dưới dạng các dấu chấm hoặc dấu hoa thị.</label><label for='ays-answer-1195916-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186959]' id='ays-answer-1195917-6568' value='1195917'/> <label for='ays-answer-1195917-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Hiển thị dưới dạng ký tự mã hóa.</label><label for='ays-answer-1195917-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186959'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTkxNCI6IjAiLCIxMTk1OTE1IjoiMCIsIjExOTU5MTYiOiIxIiwiMTE5NTkxNyI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các tiêu chuẩn về bảo mật trong biểu mẫu web, khi sử dụng thẻ <input> với type là password, trình duyệt sẽ che giấu ký tự người dùng nhập vào bằng các dấu chấm (•) hoặc dấu hoa thị (*) để bảo vệ thông tin. Kết luận Lý giải: password che giấu ký tự nhập. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186960' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>10 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 10. Trong trường hợp nào, việc sử dụng thuộc tính readonly cho một trường nhập liệu là phù hợp? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186960]' id='ays-answer-1195918-6568' value='1195918'/> <label for='ays-answer-1195918-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Khi bạn muốn người dùng bắt buộc phải nhập dữ liệu vào trường đó.</label><label for='ays-answer-1195918-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186960]' id='ays-answer-1195919-6568' value='1195919'/> <label for='ays-answer-1195919-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Khi bạn muốn hiển thị một giá trị đã được tính toán hoặc cố định, không cho phép người dùng chỉnh sửa.</label><label for='ays-answer-1195919-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186960]' id='ays-answer-1195920-6568' value='1195920'/> <label for='ays-answer-1195920-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Khi bạn muốn ẩn hoàn toàn trường nhập liệu khỏi giao diện.</label><label for='ays-answer-1195920-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186960]' id='ays-answer-1195921-6568' value='1195921'/> <label for='ays-answer-1195921-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Khi bạn muốn trường nhập liệu chỉ chấp nhận số.</label><label for='ays-answer-1195921-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186960'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTkxOCI6IjAiLCIxMTk1OTE5IjoiMSIsIjExOTU5MjAiOiIwIiwiMTE5NTkyMSI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các tài liệu về HTML forms, thuộc tính readonly được sử dụng để làm cho trường nhập liệu không thể chỉnh sửa bởi người dùng, nhưng giá trị của nó vẫn được gửi đi cùng với biểu mẫu. Điều này hữu ích khi hiển thị thông tin không thay đổi. Kết luận Lý giải: readonly hiển thị giá trị cố định, không cho chỉnh sửa. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186961' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>11 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 11. Trong HTML, thẻ nào sau đây được sử dụng phổ biến nhất để định nghĩa các trường nhập liệu cho biểu mẫu web? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186961]' id='ays-answer-1195922-6568' value='1195922'/> <label for='ays-answer-1195922-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Thẻ <p></label><label for='ays-answer-1195922-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186961]' id='ays-answer-1195923-6568' value='1195923'/> <label for='ays-answer-1195923-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Thẻ <div></label><label for='ays-answer-1195923-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186961]' id='ays-answer-1195924-6568' value='1195924'/> <label for='ays-answer-1195924-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Thẻ <input></label><label for='ays-answer-1195924-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186961]' id='ays-answer-1195925-6568' value='1195925'/> <label for='ays-answer-1195925-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Thẻ <span></label><label for='ays-answer-1195925-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186961'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTkyMiI6IjAiLCIxMTk1OTIzIjoiMCIsIjExOTU5MjQiOiIxIiwiMTE5NTkyNSI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các tiêu chuẩn HTML, thẻ <input> là thẻ cốt lõi để tạo ra các trường nhập liệu đa dạng cho biểu mẫu web. Kết luận Lý giải: Thẻ <input> dùng để tạo trường nhập liệu. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186962' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>12 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 12. Thẻ HTML nào được sử dụng để tạo một trường nhập liệu cho phép người dùng tải lên tệp tin từ máy tính của họ? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186962]' id='ays-answer-1195926-6568' value='1195926'/> <label for='ays-answer-1195926-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Thẻ <input type=text></label><label for='ays-answer-1195926-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186962]' id='ays-answer-1195927-6568' value='1195927'/> <label for='ays-answer-1195927-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Thẻ <input type=file></label><label for='ays-answer-1195927-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186962]' id='ays-answer-1195928-6568' value='1195928'/> <label for='ays-answer-1195928-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Thẻ <input type=upload></label><label for='ays-answer-1195928-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186962]' id='ays-answer-1195929-6568' value='1195929'/> <label for='ays-answer-1195929-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Thẻ <input type=data></label><label for='ays-answer-1195929-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186962'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTkyNiI6IjAiLCIxMTk1OTI3IjoiMSIsIjExOTU5MjgiOiIwIiwiMTE5NTkyOSI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các tiêu chuẩn HTML, thẻ <input> với thuộc tính type có giá trị là file được thiết kế để tạo ra một nút cho phép người dùng chọn và tải lên một hoặc nhiều tệp tin từ hệ thống của họ. Kết luận Lý giải: file cho phép tải lên tệp tin. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186963' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>13 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 13. Trong ngữ cảnh của biểu mẫu web, client-side validation (kiểm tra phía máy khách) có ý nghĩa gì? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186963]' id='ays-answer-1195930-6568' value='1195930'/> <label for='ays-answer-1195930-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Việc kiểm tra dữ liệu được thực hiện bởi máy chủ trước khi gửi đi.</label><label for='ays-answer-1195930-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186963]' id='ays-answer-1195931-6568' value='1195931'/> <label for='ays-answer-1195931-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Việc kiểm tra dữ liệu được thực hiện bởi trình duyệt web của người dùng trước khi gửi đến máy chủ.</label><label for='ays-answer-1195931-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186963]' id='ays-answer-1195932-6568' value='1195932'/> <label for='ays-answer-1195932-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Việc kiểm tra dữ liệu được thực hiện bởi một ứng dụng di động.</label><label for='ays-answer-1195932-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186963]' id='ays-answer-1195933-6568' value='1195933'/> <label for='ays-answer-1195933-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Việc kiểm tra dữ liệu được thực hiện bởi cơ sở dữ liệu.</label><label for='ays-answer-1195933-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186963'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTkzMCI6IjAiLCIxMTk1OTMxIjoiMSIsIjExOTU5MzIiOiIwIiwiMTE5NTkzMyI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các nguyên tắc phát triển web, client-side validation đề cập đến quá trình kiểm tra tính hợp lệ của dữ liệu biểu mẫu được thực hiện bởi trình duyệt của người dùng, thường sử dụng JavaScript hoặc các thuộc tính HTML5, trước khi dữ liệu được gửi đến máy chủ. Kết luận Lý giải: Kiểm tra phía máy khách là kiểm tra bởi trình duyệt. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186964' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>14 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 14. Trong HTML, để đảm bảo người dùng không bỏ qua việc nhập một trường dữ liệu quan trọng, ta sử dụng thuộc tính nào? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186964]' id='ays-answer-1195934-6568' value='1195934'/> <label for='ays-answer-1195934-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. disabled</label><label for='ays-answer-1195934-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186964]' id='ays-answer-1195935-6568' value='1195935'/> <label for='ays-answer-1195935-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. readonly</label><label for='ays-answer-1195935-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186964]' id='ays-answer-1195936-6568' value='1195936'/> <label for='ays-answer-1195936-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. required</label><label for='ays-answer-1195936-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186964]' id='ays-answer-1195937-6568' value='1195937'/> <label for='ays-answer-1195937-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. hidden</label><label for='ays-answer-1195937-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186964'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTkzNCI6IjAiLCIxMTk1OTM1IjoiMCIsIjExOTU5MzYiOiIxIiwiMTE5NTkzNyI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các tiêu chuẩn HTML5, thuộc tính required khi được thêm vào một trường nhập liệu sẽ ngăn trình duyệt gửi biểu mẫu nếu trường đó chưa được điền dữ liệu. Kết luận Lý giải: required đảm bảo trường dữ liệu không bị bỏ trống. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186965' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>15 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 15. Để tạo một danh sách thả xuống (dropdown list) trong HTML, ta sử dụng kết hợp của những thẻ nào? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186965]' id='ays-answer-1195938-6568' value='1195938'/> <label for='ays-answer-1195938-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Thẻ <input> và thẻ <option></label><label for='ays-answer-1195938-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186965]' id='ays-answer-1195939-6568' value='1195939'/> <label for='ays-answer-1195939-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Thẻ <select> và thẻ <option></label><label for='ays-answer-1195939-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186965]' id='ays-answer-1195940-6568' value='1195940'/> <label for='ays-answer-1195940-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Thẻ <textarea> và thẻ <label></label><label for='ays-answer-1195940-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186965]' id='ays-answer-1195941-6568' value='1195941'/> <label for='ays-answer-1195941-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Thẻ <button> và thẻ <datalist></label><label for='ays-answer-1195941-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186965'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTkzOCI6IjAiLCIxMTk1OTM5IjoiMSIsIjExOTU5NDAiOiIwIiwiMTE5NTk0MSI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các tiêu chuẩn HTML, thẻ <select> được dùng để tạo danh sách thả xuống, và bên trong nó, các thẻ <option> sẽ định nghĩa từng mục lựa chọn trong danh sách đó. Kết luận Lý giải: <select> và <option> tạo danh sách thả xuống. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186966' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>16 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 16. Thuộc tính type của thẻ <input> có giá trị nào sau đây được sử dụng để tạo ra một ô chọn (checkbox)? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186966]' id='ays-answer-1195942-6568' value='1195942'/> <label for='ays-answer-1195942-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. text</label><label for='ays-answer-1195942-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186966]' id='ays-answer-1195943-6568' value='1195943'/> <label for='ays-answer-1195943-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. checkbox</label><label for='ays-answer-1195943-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186966]' id='ays-answer-1195944-6568' value='1195944'/> <label for='ays-answer-1195944-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. submit</label><label for='ays-answer-1195944-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186966]' id='ays-answer-1195945-6568' value='1195945'/> <label for='ays-answer-1195945-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. radio</label><label for='ays-answer-1195945-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186966'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTk0MiI6IjAiLCIxMTk1OTQzIjoiMSIsIjExOTU5NDQiOiIwIiwiMTE5NTk0NSI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo tài liệu MDN Web Docs về thẻ <input>, giá trị checkbox của thuộc tính type được dùng để tạo các ô chọn cho phép người dùng chọn nhiều tùy chọn. Kết luận Lý giải: checkbox tạo ô chọn. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186967' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>17 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 17. Nếu người dùng gửi một biểu mẫu có trường nhập liệu với type=email, trình duyệt web thường sẽ thực hiện kiểm tra gì? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186967]' id='ays-answer-1195946-6568' value='1195946'/> <label for='ays-answer-1195946-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Kiểm tra xem trường có trống hay không.</label><label for='ays-answer-1195946-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186967]' id='ays-answer-1195947-6568' value='1195947'/> <label for='ays-answer-1195947-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Kiểm tra xem trường có chứa một địa chỉ email hợp lệ (theo định dạng cơ bản) hay không.</label><label for='ays-answer-1195947-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186967]' id='ays-answer-1195948-6568' value='1195948'/> <label for='ays-answer-1195948-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Kiểm tra xem địa chỉ email có tồn tại trên máy chủ hay không.</label><label for='ays-answer-1195948-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186967]' id='ays-answer-1195949-6568' value='1195949'/> <label for='ays-answer-1195949-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Kiểm tra xem trường có chứa số điện thoại hay không.</label><label for='ays-answer-1195949-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186967'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTk0NiI6IjAiLCIxMTk1OTQ3IjoiMSIsIjExOTU5NDgiOiIwIiwiMTE5NTk0OSI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các tiêu chuẩn HTML5, khi sử dụng thẻ <input> với type là email, trình duyệt sẽ tự động thực hiện một kiểm tra định dạng cơ bản để đảm bảo giá trị nhập vào trông giống một địa chỉ email (ví dụ: có ký tự @ và dấu chấm). Kết luận Lý giải: email kiểm tra định dạng địa chỉ. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186968' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>18 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 18. Khi bạn muốn cho phép người dùng nhập một chuỗi ký tự có độ dài cố định, ví dụ như mã PIN gồm 4 chữ số, bạn sẽ sử dụng loại trường nhập liệu nào và có thể kết hợp với thuộc tính nào để giới hạn số ký tự? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186968]' id='ays-answer-1195950-6568' value='1195950'/> <label for='ays-answer-1195950-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Thẻ <input type=text> với thuộc tính maxlength=4</label><label for='ays-answer-1195950-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186968]' id='ays-answer-1195951-6568' value='1195951'/> <label for='ays-answer-1195951-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Thẻ <input type=number> với thuộc tính size=4</label><label for='ays-answer-1195951-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186968]' id='ays-answer-1195952-6568' value='1195952'/> <label for='ays-answer-1195952-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Thẻ <textarea> với thuộc tính rows=1 cols=4</label><label for='ays-answer-1195952-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186968]' id='ays-answer-1195953-6568' value='1195953'/> <label for='ays-answer-1195953-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Thẻ <input type=password> với thuộc tính minlength=4</label><label for='ays-answer-1195953-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186968'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTk1MCI6IjEiLCIxMTk1OTUxIjoiMCIsIjExOTU5NTIiOiIwIiwiMTE5NTk1MyI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các tài liệu về HTML forms, thuộc tính maxlength của thẻ <input> cho phép giới hạn số ký tự tối đa mà người dùng có thể nhập vào trường đó, rất hữu ích khi yêu cầu một độ dài chuỗi cố định. Kết luận Lý giải: maxlength giới hạn số ký tự. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186969' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>19 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 19. Thuộc tính rows và cols của thẻ <textarea> dùng để làm gì? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186969]' id='ays-answer-1195954-6568' value='1195954'/> <label for='ays-answer-1195954-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Xác định kích thước font chữ và màu sắc của văn bản.</label><label for='ays-answer-1195954-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186969]' id='ays-answer-1195955-6568' value='1195955'/> <label for='ays-answer-1195955-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Đặt giới hạn số ký tự tối đa và tối thiểu có thể nhập.</label><label for='ays-answer-1195955-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186969]' id='ays-answer-1195956-6568' value='1195956'/> <label for='ays-answer-1195956-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Chỉ định số hàng và số cột hiển thị ban đầu của vùng văn bản.</label><label for='ays-answer-1195956-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186969]' id='ays-answer-1195957-6568' value='1195957'/> <label for='ays-answer-1195957-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Kiểm tra tính hợp lệ của địa chỉ email.</label><label for='ays-answer-1195957-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186969'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTk1NCI6IjAiLCIxMTk1OTU1IjoiMCIsIjExOTU5NTYiOiIxIiwiMTE5NTk1NyI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các tài liệu về HTML forms, thuộc tính rows và cols của thẻ <textarea> được sử dụng để định nghĩa chiều cao (số hàng) và chiều rộng (số cột) ban đầu của vùng nhập liệu văn bản. Kết luận Lý giải: rows và cols chỉ định số hàng và cột. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186970' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>20 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 20. Thuộc tính for của thẻ <label> nên được liên kết với thuộc tính id của trường nhập liệu nào để tạo mối liên kết rõ ràng? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186970]' id='ays-answer-1195958-6568' value='1195958'/> <label for='ays-answer-1195958-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Thuộc tính name</label><label for='ays-answer-1195958-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186970]' id='ays-answer-1195959-6568' value='1195959'/> <label for='ays-answer-1195959-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Thuộc tính class</label><label for='ays-answer-1195959-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186970]' id='ays-answer-1195960-6568' value='1195960'/> <label for='ays-answer-1195960-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Thuộc tính id</label><label for='ays-answer-1195960-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186970]' id='ays-answer-1195961-6568' value='1195961'/> <label for='ays-answer-1195961-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Thuộc tính value</label><label for='ays-answer-1195961-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186970'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTk1OCI6IjAiLCIxMTk1OTU5IjoiMCIsIjExOTU5NjAiOiIxIiwiMTE5NTk2MSI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các tiêu chuẩn HTML, để liên kết thẻ <label> với một trường nhập liệu cụ thể, thuộc tính for của thẻ <label> phải có giá trị trùng khớp với giá trị của thuộc tính id của trường nhập liệu đó. Kết luận Lý giải: for liên kết với id. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186971' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>21 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 21. Thuộc tính value của thẻ <option> trong danh sách thả xuống HTML dùng để làm gì? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186971]' id='ays-answer-1195962-6568' value='1195962'/> <label for='ays-answer-1195962-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Đặt văn bản hiển thị cho tùy chọn.</label><label for='ays-answer-1195962-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186971]' id='ays-answer-1195963-6568' value='1195963'/> <label for='ays-answer-1195963-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Xác định thứ tự của tùy chọn trong danh sách.</label><label for='ays-answer-1195963-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186971]' id='ays-answer-1195964-6568' value='1195964'/> <label for='ays-answer-1195964-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Cung cấp giá trị sẽ được gửi đi khi biểu mẫu được gửi.</label><label for='ays-answer-1195964-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186971]' id='ays-answer-1195965-6568' value='1195965'/> <label for='ays-answer-1195965-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Đánh dấu tùy chọn được chọn mặc định.</label><label for='ays-answer-1195965-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186971'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTk2MiI6IjAiLCIxMTk1OTYzIjoiMCIsIjExOTU5NjQiOiIxIiwiMTE5NTk2NSI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo tài liệu MDN Web Docs về thẻ <option>, thuộc tính value xác định giá trị sẽ được gửi đến máy chủ khi biểu mẫu được gửi đi, khác với nội dung văn bản hiển thị cho người dùng. Kết luận Lý giải: value cung cấp giá trị gửi đi. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186972' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>22 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 22. Khi sử dụng thẻ `<input>` với `type=number`, thuộc tính nào có thể được sử dụng để đặt khoảng cách giữa các giá trị hợp lệ được chấp nhận? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186972]' id='ays-answer-1195966-6568' value='1195966'/> <label for='ays-answer-1195966-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. maxlength</label><label for='ays-answer-1195966-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186972]' id='ays-answer-1195967-6568' value='1195967'/> <label for='ays-answer-1195967-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. step</label><label for='ays-answer-1195967-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186972]' id='ays-answer-1195968-6568' value='1195968'/> <label for='ays-answer-1195968-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. size</label><label for='ays-answer-1195968-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186972]' id='ays-answer-1195969-6568' value='1195969'/> <label for='ays-answer-1195969-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. minlength</label><label for='ays-answer-1195969-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186972'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTk2NiI6IjAiLCIxMTk1OTY3IjoiMSIsIjExOTU5NjgiOiIwIiwiMTE5NTk2OSI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo tài liệu MDN Web Docs về thẻ <input type=number>, thuộc tính step cho phép chỉ định khoảng cách (bước nhảy) giữa các giá trị số hợp lệ được chấp nhận trong trường nhập liệu. Kết luận Lý giải: step đặt khoảng cách giữa các giá trị số. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186973' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>23 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 23. Thẻ HTML nào được dùng để tạo ra một vùng văn bản đa dòng cho phép người dùng nhập liệu? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186973]' id='ays-answer-1195970-6568' value='1195970'/> <label for='ays-answer-1195970-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Thẻ <input type=textarea></label><label for='ays-answer-1195970-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186973]' id='ays-answer-1195971-6568' value='1195971'/> <label for='ays-answer-1195971-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Thẻ <input type=text size=many></label><label for='ays-answer-1195971-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186973]' id='ays-answer-1195972-6568' value='1195972'/> <label for='ays-answer-1195972-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Thẻ <textarea></label><label for='ays-answer-1195972-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186973]' id='ays-answer-1195973-6568' value='1195973'/> <label for='ays-answer-1195973-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Thẻ <input type=multiline></label><label for='ays-answer-1195973-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186973'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTk3MCI6IjAiLCIxMTk1OTcxIjoiMCIsIjExOTU5NzIiOiIxIiwiMTE5NTk3MyI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các tiêu chuẩn HTML, thẻ <textarea> được thiết kế đặc biệt để tạo ra một vùng nhập liệu văn bản có thể chứa nhiều dòng. Kết luận Lý giải: <textarea> tạo vùng văn bản đa dòng. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186974' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>24 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 24. Để tạo một nút gửi biểu mẫu trong HTML, giá trị nào của thuộc tính type của thẻ <input> hoặc <button> được sử dụng? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186974]' id='ays-answer-1195974-6568' value='1195974'/> <label for='ays-answer-1195974-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. reset</label><label for='ays-answer-1195974-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186974]' id='ays-answer-1195975-6568' value='1195975'/> <label for='ays-answer-1195975-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. button</label><label for='ays-answer-1195975-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186974]' id='ays-answer-1195976-6568' value='1195976'/> <label for='ays-answer-1195976-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. submit</label><label for='ays-answer-1195976-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186974]' id='ays-answer-1195977-6568' value='1195977'/> <label for='ays-answer-1195977-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. text</label><label for='ays-answer-1195977-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186974'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTk3NCI6IjAiLCIxMTk1OTc1IjoiMCIsIjExOTU5NzYiOiIxIiwiMTE5NTk3NyI6IjAifX0=';</script></div> <div class='ays_buttons_div'> <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_previous action-button ays-quiz-keyboard-active ' value='Trước đó' /> <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none"></i> <input type='button' name='next' class='ays_next action-button ays-quiz-keyboard-active ' value='Tiếp theo' /> </div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các tiêu chuẩn HTML, thuộc tính type với giá trị submit được dùng cho thẻ <input> hoặc thẻ <button> để tạo ra một nút thực hiện hành động gửi dữ liệu biểu mẫu. Kết luận Lý giải: submit tạo nút gửi biểu mẫu. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ' data-question-id='186975' data-type='radio' data-required='false'> <p class='ays-question-counter animated'>25 / 25</p> <div class='ays-abs-fs'> <p class='ays-quiz-question-category-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Category:</em> <strong style='font-size:0.8em;'>[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F5: Tạo biểu mẫu trong trang web</strong> </p> <p class='ays-quiz-question-category-box ays-quiz-question-tags-box' style='margin:0!important;text-align:left;'> <em style='font-style:italic;font-size:0.8em;'>Tags:</em> <strong style='font-size:0.8em;'>Bộ đề 1</strong> </p> <div class='ays_quiz_question'> 25. Thẻ HTML nào được sử dụng để nhóm các tùy chọn lựa chọn mà người dùng chỉ có thể chọn một trong số đó? </div> <div class='ays-quiz-answers ays_list_view_container '> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186975]' id='ays-answer-1195978-6568' value='1195978'/> <label for='ays-answer-1195978-6568' class=' ays_position_initial ays-quiz-keyboard-label'>A. Thẻ <select></label><label for='ays-answer-1195978-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186975]' id='ays-answer-1195979-6568' value='1195979'/> <label for='ays-answer-1195979-6568' class=' ays_position_initial ays-quiz-keyboard-label'>B. Thẻ <optgroup></label><label for='ays-answer-1195979-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186975]' id='ays-answer-1195980-6568' value='1195980'/> <label for='ays-answer-1195980-6568' class=' ays_position_initial ays-quiz-keyboard-label'>C. Thẻ <input type=radio> (trong cùng một nhóm name)</label><label for='ays-answer-1195980-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div> <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0'> <input type='hidden' name='ays_answer_correct[]' value='0'/> <input type='radio' name='ays_questions[ays-question-186975]' id='ays-answer-1195981-6568' value='1195981'/> <label for='ays-answer-1195981-6568' class=' ays_position_initial ays-quiz-keyboard-label'>D. Thẻ <textarea></label><label for='ays-answer-1195981-6568' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label> </div><script> if(typeof window.quizOptions_6568 === 'undefined'){ window.quizOptions_6568 = []; } window.quizOptions_6568['186975'] = 'eyJxdWVzdGlvbl9hbnN3ZXIiOnsiMTE5NTk3OCI6IjAiLCIxMTk1OTc5IjoiMCIsIjExOTU5ODAiOiIxIiwiMTE5NTk4MSI6IjAifX0=';</script></div> <div class='wrong_answer_text ays_do_not_show' style='display:none'> </div> <div class='right_answer_text ays_do_not_show' style='display:none'> </div> <div class='ays_questtion_explanation' style='display:none'> Theo các ví dụ thực tế và tài liệu về HTML forms, các trường nhập liệu cùng loại radio với cùng một giá trị thuộc tính name sẽ tạo thành một nhóm, cho phép người dùng chỉ chọn một tùy chọn duy nhất trong nhóm đó. Kết luận Lý giải: radio cùng name cho phép chọn một. </div> <div class='ays-quiz-additonal-box'> </div> </div> </div><div class='step ays_thank_you_fs'> <div class='ays-abs-fs ays-end-page'> <div style='text-align:center;'><div data-class='lds-ellipsis' data-role='loader' class='ays-loader'><div></div><div></div><div></div><div></div></div></div><div class='ays_quiz_results_page'><div class='ays_score_message'></div><div class='ays_message'></div><p class='ays_restart_button_p'></p></div></div></div><style> div#ays-quiz-container-6568 * { box-sizing: border-box; } #ays-quiz-container-6568 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs { width: 90%; } /* Styles for Internet Explorer start */ #ays-quiz-container-6568 #ays_finish_quiz_6568 { } /* Styles for Quiz container */ #ays-quiz-container-6568{ min-height: 450px; width:800px; background-color:#fff; background-position:center center;border-radius:8px 8px 0px 8px;box-shadow: none;border: none;} /* Styles for Navigation bar */ #ays-quiz-questions-nav-wrap-6568 { width: 100%; max-width: 100%; margin: auto;border-radius:8px 8px 0px 8px;box-shadow: none;border: none;} #ays-quiz-questions-nav-wrap-6568 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question { /* color: #000000; border-color: #000000; background-color: #fff; */ color: #000; border-color: #dddddd; background-color: #ffffff; outline: unset; text-decoration: unset; } #ays-quiz-questions-nav-wrap-6568 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question { /* box-shadow: inset 0 0 5px #000000, 0 0 5px #000000; */ box-shadow: 0px 3px 5px rgba(143, 143, 143, 0.38); background: #E5E7ED; outline: unset; border-color: transparent; } #ays-quiz-questions-nav-wrap-6568 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-answered a.ays_questions_nav_question { /* color: #fff; border-color: #fff; background-color: #000000; */ color: #C6C6C6; border-color: transparent; background-color: #F5F5F5; } #ays-quiz-questions-nav-wrap-6568 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question.ays_quiz_correct_answer { /* color: rgba(39, 174, 96, 1); border-color: rgba(39, 174, 96, 1); */ color: #000; border-color: transparent; background-color: rgba(39, 174, 96, 0.4); } #ays-quiz-questions-nav-wrap-6568 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item a.ays_questions_nav_question.ays_quiz_wrong_answer { /* color: rgba(243, 134, 129, 1); border-color: rgba(243, 134, 129, 1); */ color: #000; border-color: transparent; background-color: rgba(243, 134, 129, 0.4); } #ays-quiz-questions-nav-wrap-6568 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question.ays_quiz_correct_answer, #ays-quiz-questions-nav-wrap-6568 .ays-quiz-questions-nav-content .ays-quiz-questions-nav-item.ays-quiz-questions-nav-item-active a.ays_questions_nav_question.ays_quiz_wrong_answer { /* filter: drop-shadow(0px 3px 5px rgba(143, 143, 143, 0.38)); */ box-shadow: 0px 3px 5px rgba(143, 143, 143, 0.38); } #ays-quiz-container-6568.ays-quiz-container .ays-quiz-questions-nav-bookmark-box { position: absolute; top: 40px; right: 40px; z-index: 10; } #ays-quiz-container-6568.ays-quiz-container .ays-quiz-questions-nav-bookmark-box .ays-navbar-bookmark { height: 100%; cursor: pointer; width: 13px; box-shadow: unset; } /* Styles for questions */ #ays-quiz-container-6568 #ays_finish_quiz_6568 div.step { min-height: 450px; } /* Styles for text inside quiz container */ #ays-quiz-container-6568.ays-quiz-container .ays-questions-container .ays-start-page *:not(input), #ays-quiz-container-6568.ays-quiz-container .ays-questions-container label[for^="ays-answer-"], #ays-quiz-container-6568.ays-quiz-container .ays-questions-container .ays-matching-field-choice, #ays-quiz-container-6568.ays-quiz-container .ays-questions-container p, #ays-quiz-container-6568.ays-quiz-container .ays-questions-container form .step:not(.ays_thank_you_fs) p, #ays-quiz-container-6568.ays-quiz-container .ays-questions-container .ays-fs-title, #ays-quiz-container-6568.ays-quiz-container .ays-questions-container .ays-fs-subtitle, #ays-quiz-container-6568.ays-quiz-container .ays-questions-container .logged_in_message, #ays-quiz-container-6568.ays-quiz-container .ays-questions-container .ays-quiz-limitation-count-of-takers, #ays-quiz-container-6568.ays-quiz-container .ays-questions-container .ays-quiz-limitation-count-of-takers *, #ays-quiz-container-6568.ays-quiz-container .ays-questions-container .ays_score_message, #ays-quiz-container-6568.ays-quiz-container .ays-questions-container .ays_message{ color: #000000; outline: none; } #ays-quiz-container-6568.ays-quiz-container .ays-questions-container .ays_question_hint { color: #000000; } /* Quiz title / transformation */ #ays-quiz-container-6568 .ays-fs-title{ text-transform: uppercase; font-size: 28px; text-align: center; text-shadow: none; } #ays-quiz-container-6568 .ays-quiz-password-message-box, #ays-quiz-container-6568 .ays-quiz-question-note-message-box, #ays-quiz-container-6568 .ays_quiz_question, #ays-quiz-container-6568 .ays_quiz_question *:not([class^='enlighter']) { color: #000000; } #ays-quiz-container-6568 textarea, #ays-quiz-container-6568 input::first-letter, #ays-quiz-container-6568 select::first-letter, #ays-quiz-container-6568 option::first-letter { color: initial !important; } #ays-quiz-container-6568 p::first-letter:not(.ays_no_questions_message) { color: #000000 !important; background-color: transparent !important; font-size: inherit !important; font-weight: inherit !important; float: none !important; line-height: inherit !important; margin: 0 !important; padding: 0 !important; } #ays-quiz-container-6568 .select2-container, #ays-quiz-container-6568 .ays-questions-container form .ays-quiz-answers .ays-field * { font-size: 15px; } #ays-quiz-container-6568 .ays-fs-subtitle p { text-align: center ; } #ays-quiz-container-6568 .ays_quiz_question p { font-size: 16px; text-align: center; } #ays-quiz-container-6568 .ays_quiz_question { text-align: center ; margin-bottom: 10px; } #ays-quiz-container-6568 .ays_quiz_question pre { max-width: 100%; white-space: break-spaces; } div#ays-quiz-container-6568 .ays-questions-container .ays-field, div#ays-quiz-container-6568 .ays-questions-container .ays-field input~label[for^='ays-answer-'], div#ays-quiz-container-6568 .ays-questions-container .ays-modern-dark-question *, div#ays-quiz-container-6568 .ays-questions-container .ays_quiz_question, div#ays-quiz-container-6568 .ays-questions-container .ays_quiz_question *{ word-break: break-word; } #ays-quiz-container-6568 .ays-quiz-timer p { font-size: 16px; } #ays-quiz-container-6568 section.ays_quiz_redirection_timer_container hr, #ays-quiz-container-6568 section.ays_quiz_timer_container hr { margin: 0; } #ays-quiz-container-6568 section.ays_quiz_timer_container.ays_quiz_timer_red_warning .ays-quiz-timer { color: red; } #ays-quiz-container-6568 .ays_thank_you_fs p { text-align: center; } #ays-quiz-container-6568 .information_form input[type='text'], #ays-quiz-container-6568 .information_form input[type='url'], #ays-quiz-container-6568 .information_form input[type='number'], #ays-quiz-container-6568 .information_form input[type='email'], #ays-quiz-container-6568 .information_form input[type='tel'], #ays-quiz-container-6568 .information_form textarea, #ays-quiz-container-6568 .information_form select, #ays-quiz-container-6568 .information_form option { color: initial !important; outline: none; margin-left: 0; background-image: unset; } #ays-quiz-container-6568 .information_form input[type='checkbox'] { margin: 0 10px; outline: initial; -webkit-appearance: auto; -moz-appearance: auto; position: initial; width: initial; height: initial; border: initial; background: initial; } #ays-quiz-container-6568 .information_form input[type='checkbox']::after { content: none; } #ays-quiz-container-6568 .wrong_answer_text{ color:#ff4d4d; } #ays-quiz-container-6568 .right_answer_text{ color:#33cc33; } #ays-quiz-container-6568 .right_answer_text p { font-size:16px; } #ays-quiz-container-6568 .wrong_answer_text p { font-size:16px; } #ays-quiz-container-6568 .ays_questtion_explanation p { font-size:16px; } #ays-quiz-container-6568 .wrong_answer_text *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-6568 .ays_questtion_explanation *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-6568 .right_answer_text *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-6568 .ays-quiz-question-note-message-box p { font-size:14px; } #ays-quiz-container-6568 .ays-quiz-question-note-message-box *:not(strong) { text-transform:none; text-decoration: none; letter-spacing: 0px; font-weight: normal; } #ays-quiz-container-6568 .ays_cb_and_a, #ays-quiz-container-6568 .ays_cb_and_a * { color: rgb(0,0,0); text-align: center; } #ays-quiz-container-6568 iframe { /*min-height: 450px;*/ } #ays-quiz-container-6568 label.ays_for_checkbox, #ays-quiz-container-6568 span.ays_checkbox_for_span { color: initial !important; display: block; } /* Quiz textarea height */ #ays-quiz-container-6568 textarea { height: 100px; min-height: 100px; } /* Quiz rate and passed users count */ #ays-quiz-container-6568 .ays_quizn_ancnoxneri_qanak, #ays-quiz-container-6568 .ays_quiz_rete_avg{ color:#fff; background-color:#000000; } #ays-quiz-container-6568 .ays-questions-container > .ays_quizn_ancnoxneri_qanak { padding: 5px 20px; } #ays-quiz-container-6568 div.for_quiz_rate.ui.star.rating .icon { color: rgba(0,0,0,0.35); } #ays-quiz-container-6568 .ays_quiz_rete_avg div.for_quiz_rate_avg.ui.star.rating .icon { color: rgba(255,255,255,0.5); } #ays-quiz-container-6568 .ays_quiz_rete .ays-quiz-rate-link-box .ays-quiz-rate-link { color: #000000; } /* Loaders */ #ays-quiz-container-6568 div.lds-spinner, #ays-quiz-container-6568 div.lds-spinner2 { color: #000000; } #ays-quiz-container-6568 div.lds-spinner div:after, #ays-quiz-container-6568 div.lds-spinner2 div:after { background-color: #000000; } #ays-quiz-container-6568 .lds-circle, #ays-quiz-container-6568 .lds-facebook div, #ays-quiz-container-6568 .lds-ellipsis div{ background: #000000; } #ays-quiz-container-6568 .lds-ripple div{ border-color: #000000; } #ays-quiz-container-6568 .lds-dual-ring::after, #ays-quiz-container-6568 .lds-hourglass::after{ border-color: #000000 transparent #000000 transparent; } /* Stars */ #ays-quiz-container-6568 .ui.rating .icon, #ays-quiz-container-6568 .ui.rating .icon:before { font-family: Rating !important; } /* Progress bars */ #ays-quiz-container-6568 #ays_finish_quiz_6568 .ays-progress { border-color: rgba(0,0,0,0.8); } #ays-quiz-container-6568 #ays_finish_quiz_6568 .ays-progress-bg { background-color: rgba(0,0,0,0.3); } #ays-quiz-container-6568 .ays-progress-value { color: #000000; text-align: center; } #ays-quiz-container-6568 .ays-progress-bar { background-color: #5d6cf9; } #ays-quiz-container-6568 .ays-question-counter .ays-live-bar-wrap { direction:ltr !important; } #ays-quiz-container-6568 .ays-live-bar-fill{ color: #000000; border-bottom: 2px solid rgba(0,0,0,0.8); text-shadow: 0px 0px 5px #fff; } #ays-quiz-container-6568 .ays-live-bar-fill.ays-live-fourth, #ays-quiz-container-6568 .ays-live-bar-fill.ays-live-third, #ays-quiz-container-6568 .ays-live-bar-fill.ays-live-second { text-shadow: unset; } #ays-quiz-container-6568 .ays-live-bar-percent{ display:none; } /* Music, Sound */ #ays-quiz-container-6568 .ays_music_sound { color:rgb(0,0,0); } /* Dropdown questions scroll bar */ #ays-quiz-container-6568 blockquote { border-left-color: #000000 !important; } /* Quiz Password */ #ays-quiz-container-6568 .ays-start-page > input[id^='ays_quiz_password_val_'], #ays-quiz-container-6568 .ays-quiz-password-toggle-visibility-box { width: 100%; margin: 0 auto; } /* Question hint */ #ays-quiz-container-6568 .ays_question_hint_container .ays_question_hint_text { background-color:#fff; box-shadow: 0 0 15px 3px rgba(201,201,201,0.6); max-width: 270px; color: #000000; } #ays-quiz-container-6568 .ays_question_hint_container .ays_question_hint_text p { max-width: unset; } #ays-quiz-container-6568 .ays-quiz-additonal-box { display: flex; justify-content: flex-end; align-items: center; position: relative; } /* Quiz Export PDF */ #ays-quiz-container-6568 .ays-export-quiz-button-container .ays-export-quiz-button-more-box { background-color:#fff; box-shadow: 0 0 15px 3px rgba(201,201,201,0.6); box-shadow: 0.025px 0.025px 1px 1px rgba(201,201,201,0.2), 0px 2px 1px 0px rgba(201,201,201,0.14), 0px 2px 5px 0 rgba(201,201,201,0.12); max-width: 190px; color: #000000; } #ays-quiz-container-6568 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:hover, #ays-quiz-container-6568 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:focus { background-color: rgba(93,108,249,0.3); } #ays-quiz-container-6568 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item:active { background-color: rgba(93,108,249,1); } #ays-quiz-container-6568 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item { color: #000000; display: flex; justify-content: space-between; align-items: center; font-size: 14px; background-image: unset; box-shadow: unset; border-radius: unset; } #ays-quiz-container-6568 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item .ays-export-quiz-dropdown-item-icon { margin-left: 10px; } #ays-quiz-container-6568 .ays-export-quiz-button-container .ays-export-quiz-img-icon-content-div svg path { stroke: #000000; } #ays-quiz-container-6568 .ays-export-quiz-button-container .ays-export-quiz-img-icon-content-div svg circle { fill: rgba(93,108,249,0.3); } #ays-quiz-container-6568 .ays-export-quiz-button-container .ays-export-quiz-button-more-box .ays-export-quiz-dropdown-item-icon svg path { fill: rgba(0,0,0,1); } #ays-quiz-container-6568 .ays-quiz-additonal-box svg { position: revert; } #ays-quiz-container-6568 .ays_questions_hint_max_width_class { max-width: 80%; } /* Information form */ #ays-quiz-container-6568 .ays-form-title{ color:rgb(0,0,0); } /* Quiz timer */ #ays-quiz-container-6568 div.ays-quiz-redirection-timer, #ays-quiz-container-6568 div.ays-quiz-timer{ color: #000000; text-align: center; } #ays-quiz-container-6568 div.ays-quiz-after-timer * , #ays-quiz-container-6568 div.ays-quiz-redirection-timer *, #ays-quiz-container-6568 div.ays-quiz-timer * { text-align: center; } #ays-quiz-container-6568 div.ays-quiz-timer.ays-quiz-message-before-timer:before { display: inline-block; font-weight: 500; text-align: center; width: auto; margin-right: 5px; } /* Quiz buttons */ #ays-quiz-container-6568 input#ays-submit, #ays-quiz-container-6568 #ays_finish_quiz_6568 .action-button, #ays-quiz-container-6568 #ays_finish_quiz_6568 .step[data-type='fill_in_blank'] .action-button.ays_check_answer, #ays-quiz-container-6568 #ays_finish_quiz_6568 .step[data-type='checkbox'] .action-button.ays_check_answer, div#ays-quiz-container-6568 #ays_finish_quiz_6568 .action-button.ays_restart_button, #ays-quiz-container-6568 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-6568 .ays-quiz-category-selective-submit-bttn { background-color: #5d6cf9; color:#ffffff; font-size: 18px; padding: 14px 36px; border-radius: 8px; white-space: nowrap; letter-spacing: 0; box-shadow: unset; white-space: normal; word-break: break-word; background-image: unset; width: auto; } #ays-quiz-container-6568 input#ays-submit, #ays-quiz-container-6568 #ays_finish_quiz_6568 input.action-button, #ays-quiz-container-6568 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-6568 .ays-quiz-category-selective-submit-bttn { } div#ays-quiz-container-6568 #ays_finish_quiz_6568 .action-button.ays_check_answer { padding: 5px 10px; font-size: 18px; } #ays-quiz-container-6568 #ays_finish_quiz_6568 .action-button.ays_download_certificate { white-space: nowrap; padding: 5px 10px; } #ays-quiz-container-6568 #ays_finish_quiz_6568 .action-button.ays_arrow { color:#ffffff!important; white-space: nowrap; padding: 5px 10px; } #ays-quiz-container-6568 input#ays-submit:hover, #ays-quiz-container-6568 input#ays-submit:focus, #ays-quiz-container-6568 #ays_finish_quiz_6568 .action-button:hover, #ays-quiz-container-6568 #ays_finish_quiz_6568 .action-button:focus, #ays-quiz-container-6568 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover, #ays-quiz-container-6568 .ays-quiz-category-selective-submit-bttn:focus { box-shadow: 0 0 0 2px #ffffff; background-color: #5d6cf9; } #ays-quiz-container-6568 .ays_restart_button { color: #ffffff; } #ays-quiz-container-6568 .ays_restart_button_p { display: flex; justify-content: center; flex-wrap: wrap; } #ays-quiz-container-6568 .ays_buttons_div { justify-content: center; } #ays-quiz-container-6568 .step:first-of-type .ays_buttons_div { justify-content: center !important; } #ays-quiz-container-6568 .ays_quiz_results_page .ays_score span { visibility: visible; } #ays-quiz-container-6568 input[type='button'], #ays-quiz-container-6568 input[type='submit'] { color: #ffffff !important; outline: none; } div#ays-quiz-container-6568 .ays-quiz-questions-nav-wrap .ays-quiz-questions-nav-item .ays_questions_nav_question:focus-visible, div#ays-quiz-container-6568 input[type='button']:focus-visible, div#ays-quiz-container-6568 input[type='submit']:focus-visible { outline: -webkit-focus-ring-color auto 1px; } #ays-quiz-container-6568 #ays_finish_quiz_6568 i.ays_early_finish.action-button[disabled]:hover, #ays-quiz-container-6568 #ays_finish_quiz_6568 i.ays_early_finish.action-button[disabled]:focus, #ays-quiz-container-6568 #ays_finish_quiz_6568 i.ays_early_finish.action-button[disabled], #ays-quiz-container-6568 #ays_finish_quiz_6568 i.ays_arrow.action-button[disabled]:hover, #ays-quiz-container-6568 #ays_finish_quiz_6568 i.ays_arrow.action-button[disabled]:focus, #ays-quiz-container-6568 #ays_finish_quiz_6568 i.ays_arrow.action-button[disabled] { color: #aaa !important; } #ays-quiz-container-6568 .ays_finish.action-button{ margin: 10px 5px; } #ays-quiz-container-6568 .ays-share-btn.ays-share-btn-branded { color: #fff; margin-bottom: 5px; display: inline-block; } #ays-quiz-container-6568 .ays-quiz-question-title-text-to-speech-icon { cursor: pointer; position: absolute; left: 0px; top: 0px; z-index: 1; } div#ays-quiz-container-6568.ays-quiz-container .ays-quiz-question-title-text-to-speech-icon svg path { fill: #000000; } /* Question answers */ #ays-quiz-container-6568 .ays-field { border-color: #dddddd; border-style: solid; border-width: 1px; box-shadow: none;flex-direction: row-reverse; } #ays-quiz-container-6568 .ays-quiz-answers .ays-field:hover{ opacity: 1; } #ays-quiz-container-6568 #ays_finish_quiz_6568 .ays-field label.ays_answer_caption[for^='ays-answer-'] { z-index: 1; position:initial;bottom:0;} #ays-quiz-container-6568 #ays_finish_quiz_6568 .ays-field input~label[for^='ays-answer-'] { padding: 5px; } #ays-quiz-container-6568 #ays_finish_quiz_6568 .ays-field { margin-bottom: 12px; position: relative; } #ays-quiz-container-6568 #ays_finish_quiz_6568 .ays_grid_view_container .ays-field.ays_grid_view_item { /* width: calc(50% - 6px); */ width: calc(100% /2 - 4px); } #ays-quiz-container-6568 #ays_finish_quiz_6568 .ays-field.ays_grid_view_item:nth-child(odd) { margin-right: 6px; }#ays-quiz-container-6568 #ays_finish_quiz_6568 .ays-field.ays_grid_view_item:nth-child(odd) { margin-right: 6px; }#ays-quiz-container-6568 img.ays-quiz-check-button-right-wrong-icon { position: absolute; right: 15px; bottom: 15px; } #ays-quiz-container-6568 img.ays-quiz-check-button-right-wrong-icon[data-type='style-9'] { width: 20px; } #ays-quiz-container-6568 .ays_quiz_results .step[data-type='fill_in_blank'] img.ays-quiz-check-button-right-wrong-icon { right: 10px; bottom: 40px; } #ays-quiz-container-6568 .ays_quiz_results .step[data-type='fill_in_blank'] .ays_fieldset img.ays-quiz-check-button-right-wrong-icon { right: 15px; bottom: 20px; } #ays-quiz-container-6568 #ays_finish_quiz_6568 .ays-field input:checked+label:before { border-color: #5d6cf9; background: #5d6cf9; background-clip: content-box; } #ays-quiz-container-6568 .ays-quiz-answers div.ays-text-right-answer { color: #000000; } /* Answer maximum length of a text field */ #ays-quiz-container-6568 .ays_quiz_question_text_message{ color: #000000; text-align: left; font-size: 12px; } div#ays-quiz-container-6568 div.ays_quiz_question_text_error_message { color: #ff0000; } /* Questions answer image */ #ays-quiz-container-6568 .ays-answer-image { width:15em; height:150px; object-fit: cover; } /* Questions answer right/wrong icons */ #ays-quiz-container-6568 .ays-field input~label.answered.correct:after{ content: ''; } #ays-quiz-container-6568 .ays-field input~label.answered.wrong:after{ content: ''; } #ays-quiz-container-6568 .ays-quiz-answers .ays-field label.answered[for^='ays-answer-']::after{ content: none!important; } #ays-quiz-container-6568 .ays-field label.answered:last-of-type:after{ height: auto; left: 10px;top: 10px;} /* Dropdown questions */ #ays-quiz-container-6568 .select2-container--default .select2-search--dropdown .select2-search__field:focus, #ays-quiz-container-6568 .select2-container--default .select2-search--dropdown .select2-search__field { outline: unset; padding: 0.75rem; } #ays-quiz-container-6568 #ays_finish_quiz_6568 .ays-field .select2-container--default .select2-selection--single { border-bottom: 2px solid #5d6cf9; background-color: #5d6cf9; } #ays-quiz-container-6568 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-6568 .ays-field .select2-container--default .select2-selection--single .select2-selection__placeholder, #ays-quiz-container-6568 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow { /*color: #a29306;*/ color: #ffffff; line-height: 40px; padding-left: 8px; padding-right: 20px; } #ays-quiz-container-6568 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-6568 .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5d6cf9; } #ays-quiz-container-6568 .ays-field .select2-container--default, #ays-quiz-container-6568 .ays-field .select2-container--default .selection, #ays-quiz-container-6568 .ays-field .select2-container--default .dropdown-wrapper, #ays-quiz-container-6568 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered, #ays-quiz-container-6568 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, #ays-quiz-container-6568 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow, #ays-quiz-container-6568 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow b[role='presentation'] { font-size: 16px !important; } #ays-quiz-container-6568 .select2-container--default .select2-results__option { padding: 6px; } /* Dropdown questions scroll bar */ #ays-quiz-container-6568 .select2-results__options::-webkit-scrollbar { width: 7px; } #ays-quiz-container-6568 .select2-results__options::-webkit-scrollbar-track { background-color: rgba(93,108,249,0.35); } #ays-quiz-container-6568 .select2-results__options::-webkit-scrollbar-thumb { transition: .3s ease-in-out; background-color: rgba(93,108,249,0.55); } #ays-quiz-container-6568 .select2-results__options::-webkit-scrollbar-thumb:hover { transition: .3s ease-in-out; background-color: rgba(93,108,249,0.85); } .ays-quiz-wrap #ays-quiz-container-6568 + .ays-quiz-powered-by-container{ width:800px; margin: 20px auto; } .ays-quiz-wrap #ays-quiz-container-6568 + .ays-quiz-powered-by-container{ width:800px; margin: 20px auto; } /* WooCommerce product */ #ays-quiz-container-6568 .ays-woo-block { background-color: rgba(93,108,249,0.8); } #ays-quiz-container-6568 .ays-woo-product-block h4.ays-woo-product-price > a, #ays-quiz-container-6568 .ays-woo-product-block h4.ays-woo-product-title > a { color: #000000; } #ays-quiz-container-1 .ays-woo-product-block h4.ays-woo-product-price > a { text-decoration: unset; } /* Audio / Video */ #ays-quiz-container-6568 .mejs-container .mejs-time{ box-sizing: unset; } #ays-quiz-container-6568 .mejs-container .mejs-time-rail { padding-top: 15px; } #ays-quiz-container-6568 .mejs-container .mejs-mediaelement video { margin: 0; } /* Limitation */ #ays-quiz-container-6568 .ays-quiz-limitation-count-of-takers { padding: 50px; } #ays-quiz-container-6568 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-show, #ays-quiz-container-6568 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-hide{ color: #000000; } #ays-quiz-container-6568 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle { border: 1px solid #000000; } #ays-quiz-container-6568 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle { border: 1px solid #000000; } #ays-quiz-container-6568 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{ background: #000000; } #ays-quiz-container-6568.ays_quiz_elegant_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after, #ays-quiz-container-6568.ays_quiz_rect_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{ background: #000; } /* Hestia theme (Version: 3.0.16) | Start */ #ays-quiz-container-6568 .mejs-container .mejs-inner .mejs-controls .mejs-button > button:hover, #ays-quiz-container-6568 .mejs-container .mejs-inner .mejs-controls .mejs-button > button { box-shadow: unset; background-color: transparent; } #ays-quiz-container-6568 .mejs-container .mejs-inner .mejs-controls .mejs-button > button { margin: 10px 6px; } /* Hestia theme (Version: 3.0.16) | End */ /* Go theme (Version: 1.4.3) | Start */ #ays-quiz-container-6568 label[for^='ays-answer']:before, #ays-quiz-container-6568 label[for^='ays-answer']:before { -webkit-mask-image: unset; mask-image: unset; } #ays-quiz-container-6568 .ays_question_report { text-align: right; } div#ays-quiz-container-6568 .ays_question_report .ays-quiz-open-report-window { fill: #000000; } #ays-quiz-container-6568 .ays-export-quiz-button-container { position: relative; right: 100px; top: -5px; right: -5px; margin: 0; z-index: 1000; display: flex; justify-content: flex-end; } #ays-quiz-container-6568.ays_quiz_classic_light .ays-field input:checked+label.answered:before, #ays-quiz-container-6568.ays_quiz_classic_dark .ays-field input:checked+label.answered:before { background-color: #5d6cf9 !important; } #ays-quiz-container-6568.ays_quiz_classic_light .ays-field input:checked+label.answered.correct:before, #ays-quiz-container-6568.ays_quiz_classic_dark .ays-field input:checked+label.answered.correct:before { background-color: #27ae60 !important; } #ays-quiz-container-6568.ays_quiz_classic_light .ays-field input:checked+label.answered.wrong:before, #ays-quiz-container-6568.ays_quiz_classic_dark .ays-field input:checked+label.answered.wrong:before { background-color: #cc3700 !important; } /* Go theme (Version: 1.4.3) | End */ #ays-quiz-container-6568 .ays_quiz_results fieldset.ays_fieldset .ays_quiz_question .wp-video { width: 100% !important; max-width: 100%; } /* Classic Dark / Classic Light */ /* Dropdown questions right/wrong styles */ #ays-quiz-container-6568.ays_quiz_classic_dark .correct_div, #ays-quiz-container-6568.ays_quiz_classic_light .correct_div{ border-color: green !important; opacity: 1 !important; background-color: rgba(39,174,96,0.4) !important; } #ays-quiz-container-6568.ays_quiz_classic_dark .correct_div .selected-field, #ays-quiz-container-6568.ays_quiz_classic_light .correct_div .selected-field { padding: 0px 10px 0px 10px; color: green !important; } #ays-quiz-container-6568.ays_quiz_classic_dark .wrong_div, #ays-quiz-container-6568.ays_quiz_classic_light .wrong_div{ border-color: red !important; opacity: 1 !important; background-color: rgba(243,134,129,0.4) !important; } #ays-quiz-container-6568.ays_quiz_classic_dark .ays-field.checked_answer_div.wrong_div input:checked~label, #ays-quiz-container-6568.ays_quiz_classic_light .ays-field.checked_answer_div.wrong_div input:checked~label { background-color: rgba(243,134,129,0.4) !important; } #ays-quiz-container-6568 .ays_question_result .ays-field .ays_quiz_hide_correct_answer:after{ content: '' !important; } #ays-quiz-container-6568 .ays_question_result .ays_quiz_question .ays-quiz-fill-in-blank-input { color: #000000 !important; } #ays-quiz-container-6568 .ays_quiz_results .step.ays_question_result:last-child { padding-bottom: 20px; } #ays-quiz-container-6568 .ays-quiz-close-full-screen { fill: #000000; } #ays-quiz-container-6568 .ays-quiz-open-full-screen { fill: #000000; } #ays-quiz-container-6568 .ays_quiz_login_form p{ color: #000000; } /* Personality Test | Start */ #ays-quiz-container-6568 .ays-quiz-personality-result-box .ays-quiz-personality-result-description p { text-align: left; padding: 0; } #ays-quiz-container-6568 .ays-quiz-personality-result-box { background: white; border-radius: 17px; box-shadow: 0px 0px 20px rgba(98, 85, 165, 0.1); /*padding: 30px 3% 40px;*/ padding: 20px 30px; margin: 30px 0; font-size: 16px; } #ays-quiz-container-6568 .ays-quiz-personality-result-box .ays-quiz-personality-result-title { color: #413A5C; font-size: 23px; margin: 0; text-align: left; font-weight: bold; } div#ays-quiz-container-6568.ays-quiz-container .ays-quiz-personality-result-box .ays-quiz-personality-result-description { margin: 0; font-size: 16px; text-align: left; color: #413A5C; } div#ays-quiz-container-6568.ays-quiz-container .ays-quiz-personality-result-box .ays-quiz-personality-result-description * { color: #413A5C; } #ays-quiz-container-6568 .ays-quiz-personality-result-box .ays-quiz-personality-result-progress { width: 100%; background-color: rgba(128, 126, 137, 0.1); border-radius: 15px; position: relative; display: flex; /* justify-content: flex-end; */ margin-top: 1rem; margin-bottom: 1rem; } #ays-quiz-container-6568 .ays-quiz-personality-result-box .ays-quiz-personality-result-progress-end { justify-content: flex-end; } #ays-quiz-container-6568 .ays-quiz-personality-result-box .ays-quiz-personality-result-bar { height: 30px; border-radius: 15px; color: white; font-size: 18px; padding: 3px 15px 0; } #ays-quiz-container-6568 .ays-quiz-personality-result-box .ays-quiz-personality-result-percentages { position: absolute; width: 100%; padding: 4px 15px; top: 0; -ms-flex-pack: justify; justify-content: space-between; display: -ms-flexbox; display: flex; } #ays-quiz-container-6568 .ays-quiz-personality-result-box .ays-quiz-personality-result-keyword-box div, #ays-quiz-container-6568 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-dark-purple { color: #413A5C; } #ays-quiz-container-6568 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-white { color: #ffffff; } #ays-quiz-container-6568 .ays-quiz-personality-result-box .ays-quiz-personality-result-text-percentage { font-weight: bolder; } #ays-quiz-container-6568 .ays-quiz-personality-result-box .ays-quiz-personality-result-keyword-box { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; } #ays-quiz-container-6568 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-purple .ays-quiz-personality-result-bar { background-color: #6255A5; } #ays-quiz-container-6568 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-purple .ays-quiz-personality-result-keyword-text-color { color: #6255A5; } #ays-quiz-container-6568 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-yellow .ays-quiz-personality-result-bar { background-color: #F2C94C; } #ays-quiz-container-6568 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-yellow .ays-quiz-personality-result-keyword-text-color { color: #F2C94C; } #ays-quiz-container-6568 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-green .ays-quiz-personality-result-bar { background-color: #88D29D; } #ays-quiz-container-6568 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-green .ays-quiz-personality-result-keyword-text-color { color: #88D29D; } #ays-quiz-container-6568 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-red .ays-quiz-personality-result-bar { background-color: #E5A69D; } #ays-quiz-container-6568 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-red .ays-quiz-personality-result-keyword-text-color { color: #E5A69D; } #ays-quiz-container-6568 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-blue .ays-quiz-personality-result-bar { background-color: #03A9F4; } #ays-quiz-container-6568 .ays-quiz-personality-result-box.ays-quiz-personality-result-box-blue .ays-quiz-personality-result-keyword-text-color { color: #03A9F4; } #ays-quiz-container-6568 .ays-quiz-personality-result-box div:before, #ays-quiz-container-6568 .ays-quiz-personality-result-box div:after { content: unset; } /* Personality Test | End */ /* report questions modal start */ .ays-modal-reports { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.4); animation-duration: .5s; background-color: rgba(0, 0, 0, 0.4); } #ays-quiz-question-report-modal-6568 .ays-modal-content-reports { background-color: #fefefe; margin: 10% auto; border: 1px solid #888; max-width: 500px; width: 100%; border-radius: 10px; padding: 20px; box-sizing: border-box; position: relative; } #ays-quiz-question-report-modal-6568 .ays-modal-content-reports label{ display: block; margin-bottom: 10px; font-weight: bold; letter-spacing: normal; } #ays-quiz-question-report-modal-6568 .ays-modal-content-reports textarea { display: block; width: 100%; height: 100px; padding: 5px; box-sizing: border-box; border-radius: 5px; border: 1px solid #ccc; max-width: 100%; max-height: 500px; resize: vertical; transition: unset; } #ays-quiz-question-report-modal-6568 .ays-modal-content-reports input.ays-quiz-submit-question-report { background-color: #0073aa; color: #fff; border: none; border-radius: 5px; padding: 10px 20px; cursor: pointer; margin-top: 20px; line-height: normal; letter-spacing: normal; box-shadow: unset; background-image: unset; } #ays-quiz-question-report-modal-6568 .ays-close-reports-window { color: #aaa; font-weight: bold; position: absolute; top: 1%; right: 1%; } #ays-quiz-question-report-modal-6568 .ays-close-reports-window img { box-shadow: unset; } #ays-quiz-question-report-modal-6568 .ays-close-reports-window img:hover, #ays-quiz-question-report-modal-6568 .ays-close-reports-window img:focus { cursor: pointer; } #ays-quiz-question-report-modal-6568 .ays-quiz-question-report-error { display: none; font-size: 13px; color: #f00; text-align: left; } #ays-quiz-question-report-modal-6568 .ays-quiz-question-report-textarea-label, #ays-quiz-question-report-modal-6568 .ays-quiz-question-report-title { text-align: left; } #ays-quiz-question-report-modal-6568 .ays_quiz_modal_overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; position: absolute; z-index: 1000000000; flex-direction: column; } #ays-quiz-question-report-modal-6568 .ays-quiz-container .ays-quiz-user-cհoosing-anonymous-assessment { margin: 10px 0; } /* report questions modal end */ @media screen and (max-width: 768px){ #ays-quiz-container-6568{ max-width: 100%; } div#ays-quiz-container-6568 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs { width: 90%; } div#ays-quiz-container-6568.ays_quiz_modern_light .step, div#ays-quiz-container-6568.ays_quiz_modern_dark .step { padding-right: 0px !important; padding-top: 0px !important; } div#ays-quiz-container-6568.ays_quiz_modern_light div.step[data-question-id], div#ays-quiz-container-6568.ays_quiz_modern_dark div.step[data-question-id] { background-size: cover !important; background-position: center center !important; } div#ays-quiz-container-6568.ays_quiz_modern_light .ays-abs-fs:not(.ays-start-page):not(.ays-end-page), div#ays-quiz-container-6568.ays_quiz_modern_dark .ays-abs-fs:not(.ays-start-page):not(.ays-end-page) { width: 100%; } #ays-quiz-container-6568 .ays_quiz_question p { font-size: 16px; } #ays-quiz-container-6568 .select2-container, div#ays-quiz-container-6568 .ays-questions-container form .ays-quiz-answers .ays-field * { font-size: 15px; } div#ays-quiz-container-6568 input#ays-submit, div#ays-quiz-container-6568 #ays_finish_quiz_6568 .action-button, div#ays-quiz-container-6568 #ays_finish_quiz_6568 .step[data-type='fill_in_blank'] .action-button.ays_check_answer, div#ays-quiz-container-6568 #ays_finish_quiz_6568 .action-button.ays_restart_button, #ays-quiz-container-6568 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn, #ays-quiz-container-6568 .ays-quiz-category-selective-submit-bttn { font-size: 18px; } div#ays-quiz-container-6568 div.ays-questions-container div.ays-woo-block { width: 100%; } /* Quiz title / mobile font size */ div#ays-quiz-container-6568 .ays-fs-title { font-size: 20px; } /* Question explanation / mobile font size */ #ays-quiz-container-6568 .ays_questtion_explanation p { font-size:16px; } /* Wrong answers / mobile font size */ #ays-quiz-container-6568 .wrong_answer_text p { font-size:16px; } /* Right answers / mobile font size */ #ays-quiz-container-6568 .right_answer_text p { font-size:16px; } /* Note text / mobile font size */ #ays-quiz-container-6568 .ays-quiz-question-note-message-box p { font-size:14px; } #ays-quiz-container-6568 div.ays-quiz-personality-result-box .ays-quiz-personality-result-title { font-size: 18px; } /* Personality Test */ #ays-quiz-container-6568 div.ays-quiz-personality-result-box .ays-quiz-personality-result-bar { font-size: 14px; padding: 6px 10px 0; } } /* Custom css styles */ /* RTL direction styles */ </style> <style> #ays-quiz-container-6568 p { margin: 0.625em; } #ays-quiz-container-6568.ays_quiz_classic_light .enable_correction .ays-field.checked_answer_div input:checked+label, #ays-quiz-container-6568.ays_quiz_classic_dark .enable_correction .ays-field.checked_answer_div input:checked+label { /* background-color: transparent; */ } #ays-quiz-container-6568 .ays-field.checked_answer_div input:checked~label { background-color: rgba(93,108,249,0.6); } #ays-quiz-container-6568.ays-quiz-container.ays_quiz_classic_light .ays-questions-container .ays-field:hover label[for^='ays-answer-'], #ays-quiz-container-6568 .ays-field:hover{ background: rgba(93,108,249,0.8); color: #fff; transition: all .3s; } #ays-quiz-container-6568 #ays_finish_quiz_6568 .action-button:hover, #ays-quiz-container-6568 #ays_finish_quiz_6568 .action-button:focus, #ays-quiz-container-6568 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover, #ays-quiz-container-6568 .ays-quiz-category-selective-submit-bttn:focus { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 3px #ffffff; background: #5d6cf9; } </style><script> if(typeof aysQuizOptions === 'undefined'){ var aysQuizOptions = []; } aysQuizOptions['6568'] = 'eyJxdWl6X3ZlcnNpb24iOiIyMS44LjEiLCJjb3JlX3ZlcnNpb24iOiI2LjcuMiIsInBocF92ZXJzaW9uIjoiOC4xLjMzIiwiY29sb3IiOiIjNWQ2Y2Y5IiwiYmdfY29sb3IiOiIjZmZmIiwidGV4dF9jb2xvciI6IiMwMDAwMDAiLCJoZWlnaHQiOjQ1MCwid2lkdGgiOjgwMCwiZW5hYmxlX2xvZ2dlZF91c2VycyI6Im9mZiIsImluZm9ybWF0aW9uX2Zvcm0iOiJkaXNhYmxlIiwiZm9ybV9uYW1lIjoib2ZmIiwiZm9ybV9lbWFpbCI6Im9mZiIsImZvcm1fcGhvbmUiOiJvZmYiLCJpbWFnZV93aWR0aCI6IiIsImltYWdlX2hlaWdodCI6IiIsImVuYWJsZV9jb3JyZWN0aW9uIjoib2ZmIiwiZW5hYmxlX3Byb2dyZXNzX2JhciI6Im9mZiIsImVuYWJsZV9xdWVzdGlvbnNfcmVzdWx0Ijoib24iLCJyYW5kb21pemVfcXVlc3Rpb25zIjoib2ZmIiwicmFuZG9taXplX2Fuc3dlcnMiOiJvZmYiLCJlbmFibGVfcXVlc3Rpb25zX2NvdW50ZXIiOiJvbiIsImVuYWJsZV9yZXN0cmljdGlvbl9wYXNzIjoib2ZmIiwiZW5hYmxlX3Jlc3RyaWN0aW9uX3Bhc3NfdXNlcnMiOiJvZmYiLCJyZXN0cmljdGlvbl9wYXNzX21lc3NhZ2UiOiIiLCJyZXN0cmljdGlvbl9wYXNzX3VzZXJzX21lc3NhZ2UiOiIiLCJ1c2VyX3JvbGUiOltdLCJheXNfdXNlcnNfc2VhcmNoIjpbXSwiY3VzdG9tX2NzcyI6IiIsImxpbWl0X3VzZXJzIjoib2ZmIiwibGltaXRhdGlvbl9tZXNzYWdlIjoiIiwicmVkaXJlY3RfdXJsIjoiIiwicmVkaXJlY3Rpb25fZGVsYXkiOjAsImFuc3dlcnNfdmlldyI6Imxpc3QiLCJlbmFibGVfcnRsX2RpcmVjdGlvbiI6Im9mZiIsImVuYWJsZV9sb2dnZWRfdXNlcnNfbWVzc2FnZSI6IiIsInF1ZXN0aW9uc19jb3VudCI6IiIsImVuYWJsZV9xdWVzdGlvbl9iYW5rIjoib2ZmIiwiZW5hYmxlX2xpdmVfcHJvZ3Jlc3NfYmFyIjoib2ZmIiwiZW5hYmxlX3BlcmNlbnRfdmlldyI6Im9mZiIsImVuYWJsZV9hdmVyYWdlX3N0YXRpc3RpY2FsIjoib24iLCJlbmFibGVfbmV4dF9idXR0b24iOiJvbiIsImVuYWJsZV9wcmV2aW91c19idXR0b24iOiJvbiIsImVuYWJsZV9hcnJvd3MiOiJvZmYiLCJ0aW1lcl90ZXh0IjoiQlx1MWVhMW4gXHUwMTExXHUwMGUzIHNcdTFlYjVuIHNcdTAwZTBuZyBjaFx1MDFiMGE/IDQ1IHBoXHUwMGZhdCBsXHUwMGUwbSBiXHUwMGUwaSBiXHUxZWFmdCBcdTAxMTFcdTFlYTd1ISEhIiwicXVpel90aGVtZSI6ImNsYXNzaWNfbGlnaHQiLCJlbmFibGVfc29jaWFsX2J1dHRvbnMiOiJvZmYiLCJmaW5hbF9yZXN1bHRfdGV4dCI6IjxpbWcgY2xhc3M9XCJzaXplLWZ1bGwgd3AtaW1hZ2UtNDI5IGFsaWduY2VudGVyXCIgc3JjPVwiaHR0cHM6XC9cL2RldHJhY25naGllbS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9jb25ncmF0dWxhdGlvbnMuZ2lmXCIgYWx0PVwiXCIgd2lkdGg9XCI0OTlcIiBoZWlnaHQ9XCIxODFcIiBcLz5cclxuPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHN0cm9uZz5DaFx1MDBmYWMgbVx1MWVlYm5nIGJcdTFlYTFuIFx1MDExMVx1MDBlMyBob1x1MDBlMG4gdGhcdTAwZTBuaCBiXHUwMGUwaSB0aGkhISE8XC9zdHJvbmc+PFwvcD5cclxuPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHN0cm9uZz5CXHUxZWExbiBcdTAxMTFcdTAwZmFuZyA8c3BhbiBzdHlsZT1cInZlcnRpY2FsLWFsaWduOiBpbmhlcml0O1wiPiUldXNlcl9jb3JyZWN0c19jb3VudCUlXC8lJXF1ZXN0aW9uc19jb3VudCUlPFwvc3Bhbj48XC9zdHJvbmc+PFwvcD5cclxuPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHN0cm9uZz5DXHUwMGY5bmcgeGVtIFx1MDExMVx1MDBlMXAgXHUwMGUxbiBcdTFlZGYgYlx1MDBlYW4gZFx1MDFiMFx1MWVkYmkgXHUwMTExXHUwMGUyeSBuaFx1MDBlOSEhITxcL3N0cm9uZz48XC9wPiIsImVuYWJsZV9wYXNzX2NvdW50Ijoib24iLCJoaWRlX3Njb3JlIjoib24iLCJyYXRlX2Zvcm1fdGl0bGUiOiIiLCJib3hfc2hhZG93X2NvbG9yIjoiI2M5YzljOSIsInF1aXpfYm9yZGVyX3JhZGl1cyI6IjgiLCJxdWl6X2JnX2ltYWdlIjoiIiwicXVpel9ib3JkZXJfd2lkdGgiOiIxIiwicXVpel9ib3JkZXJfc3R5bGUiOiJzb2xpZCIsInF1aXpfYm9yZGVyX2NvbG9yIjoiIzAwMCIsInF1aXpfbG9hZGVyIjoiZGVmYXVsdCIsInF1ZXN0X2FuaW1hdGlvbiI6InNoYWtlIiwiZW5hYmxlX2JnX211c2ljIjoib2ZmIiwicXVpel9iZ19tdXNpYyI6IiIsImFuc3dlcnNfZm9udF9zaXplIjoxNSwic2hvd19jcmVhdGVfZGF0ZSI6Im9mZiIsInNob3dfYXV0aG9yIjoib2ZmIiwiZW5hYmxlX2Vhcmx5X2ZpbmlzaCI6Im9mZiIsImFuc3dlcnNfcndfdGV4dHMiOiJvbl9wYXNzaW5nIiwiZGlzYWJsZV9zdG9yZV9kYXRhIjoib2ZmIiwiZW5hYmxlX2JhY2tncm91bmRfZ3JhZGllbnQiOiJvZmYiLCJiYWNrZ3JvdW5kX2dyYWRpZW50X2NvbG9yXzEiOiIjMDAwIiwiYmFja2dyb3VuZF9ncmFkaWVudF9jb2xvcl8yIjoiI2ZmZiIsInF1aXpfZ3JhZGllbnRfZGlyZWN0aW9uIjoidmVydGljYWwiLCJyZWRpcmVjdF9hZnRlcl9zdWJtaXQiOiJvZmYiLCJzdWJtaXRfcmVkaXJlY3RfdXJsIjoiIiwic3VibWl0X3JlZGlyZWN0X2RlbGF5IjoiMCIsInByb2dyZXNzX2Jhcl9zdHlsZSI6InRoaXJkIiwiZW5hYmxlX2V4aXRfYnV0dG9uIjoib2ZmIiwiZXhpdF9yZWRpcmVjdF91cmwiOiIiLCJpbWFnZV9zaXppbmciOiJjb3ZlciIsInF1aXpfYmdfaW1hZ2VfcG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwiY3VzdG9tX2NsYXNzIjoiIiwiZW5hYmxlX3NvY2lhbF9saW5rcyI6Im9mZiIsInNvY2lhbF9saW5rcyI6eyJsaW5rZWRpbl9saW5rIjoiIiwiZmFjZWJvb2tfbGluayI6IiIsInR3aXR0ZXJfbGluayI6IiIsInZrb250YWt0ZV9saW5rIjoiIiwiaW5zdGFncmFtX2xpbmsiOiIiLCJ5b3V0dWJlX2xpbmsiOiIiLCJiZWhhbmNlX2xpbmsiOiIifSwic2hvd19xdWl6X3RpdGxlIjoib24iLCJzaG93X3F1aXpfZGVzYyI6Im9uIiwic2hvd19sb2dpbl9mb3JtIjoib2ZmIiwibW9iaWxlX21heF93aWR0aCI6IiIsImxpbWl0X3VzZXJzX2J5IjoiaXAiLCJleHBsYW5hdGlvbl90aW1lIjoiNCIsImVuYWJsZV9jbGVhcl9hbnN3ZXIiOiJvZmYiLCJzaG93X2NhdGVnb3J5Ijoib24iLCJzaG93X3F1ZXN0aW9uX2NhdGVnb3J5Ijoib24iLCJhbnN3ZXJzX3BhZGRpbmciOiI1IiwiYW5zd2Vyc19ib3JkZXIiOiJvbiIsImFuc3dlcnNfYm9yZGVyX3dpZHRoIjoiMSIsImFuc3dlcnNfYm9yZGVyX3N0eWxlIjoic29saWQiLCJhbnN3ZXJzX2JvcmRlcl9jb2xvciI6IiNkZGRkZGQiLCJhbnNfaW1nX2hlaWdodCI6IjE1MCIsImFuc19pbWdfY2FwdGlvbl9zdHlsZSI6Im91dHNpZGUiLCJhbnNfaW1nX2NhcHRpb25fcG9zaXRpb24iOiJib3R0b20iLCJhbnN3ZXJzX2JveF9zaGFkb3ciOiJvZmYiLCJhbnN3ZXJzX2JveF9zaGFkb3dfY29sb3IiOiIjMDAwIiwic2hvd19hbnN3ZXJzX2NhcHRpb24iOiJvbiIsImFuc3dlcnNfbWFyZ2luIjoxMiwiYW5zX3JpZ2h0X3dyb25nX2ljb24iOiJub25lIiwiZGlzcGxheV9zY29yZSI6ImJ5X3BvaW50cyIsImVuYWJsZV9yd19hc253ZXJzX3NvdW5kcyI6Im9mZiIsInF1aXpfYmdfaW1nX2luX2ZpbmlzaF9wYWdlIjoib2ZmIiwiZmluaXNoX2FmdGVyX3dyb25nX2Fuc3dlciI6Im9mZiIsImFmdGVyX3RpbWVyX3RleHQiOiJCXHUxZWExbiBcdTAxMTFcdTAwZTMgaFx1MWViZnQgZ2lcdTFlZGQgbFx1MDBlMG0gYlx1MDBlMGkhIFhlbSBrXHUxZWJmdCBxdVx1MWVhMyBjXHUwMGUxYyBjXHUwMGUydSBoXHUxZWNmaSBcdTAxMTFcdTAwZTMgbFx1MDBlMG0gbmhcdTAwZTkhISEiLCJlbmFibGVfZW50ZXJfa2V5Ijoib24iLCJzaG93X3JhdGVfYWZ0ZXJfcmF0ZSI6Im9uIiwiYnV0dG9uc190ZXh0X2NvbG9yIjoiI2ZmZmZmZiIsImJ1dHRvbnNfcG9zaXRpb24iOiJjZW50ZXIiLCJidXR0b25zX3NpemUiOiJsYXJnZSIsImJ1dHRvbnNfZm9udF9zaXplIjoiMTgiLCJidXR0b25zX3dpZHRoIjoiIiwiYnV0dG9uc19sZWZ0X3JpZ2h0X3BhZGRpbmciOiIzNiIsImJ1dHRvbnNfdG9wX2JvdHRvbV9wYWRkaW5nIjoiMTQiLCJidXR0b25zX2JvcmRlcl9yYWRpdXMiOiI4IiwiZW5hYmxlX2F1ZGlvX2F1dG9wbGF5Ijoib2ZmIiwiZW5hYmxlX2xlYXZlX3BhZ2UiOiJvbiIsInNob3dfb25seV93cm9uZ19hbnN3ZXIiOiJvZmYiLCJwYXNzX3Njb3JlIjowLCJwYXNzX3Njb3JlX21lc3NhZ2UiOiI8aDQgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q2hcdTAwZmFjIG1cdTFlZWJuZyE8XC9oND5cclxuPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Qlx1MWVhMW4gXHUwMTExXHUwMGUzIHZcdTAxYjBcdTFlZTN0IHF1YSBiXHUwMGUwaSB0aGkhPFwvcD4iLCJmYWlsX3Njb3JlX21lc3NhZ2UiOiI8aDQgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+XHUwMTEwXHUwMGUxbmcgdGlcdTFlYmZjITxcL2g0PlxyXG48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5CXHUxZWExbiBraFx1MDBmNG5nIHZcdTAxYjBcdTFlZTN0IHF1YSBiXHUwMGUwaSB0aGkhXHJcbkhcdTAwZTN5IHRoXHUxZWVkIGxcdTFlYTFpIG5oXHUwMGU5ITxcL3A+IiwiYW5zd2Vyc19vYmplY3RfZml0IjoiY292ZXIiLCJxdWl6X21heF9wYXNzX2NvdW50IjoxLCJxdWVzdGlvbl9mb250X3NpemUiOjE2LCJxdWl6X3dpZHRoX2J5X3BlcmNlbnRhZ2VfcHgiOiJwaXhlbHMiLCJxdWVzdGlvbnNfaGludF9pY29uX29yX3RleHQiOiJkZWZhdWx0IiwicXVlc3Rpb25zX2hpbnRfdmFsdWUiOiIiLCJlbmFibGVfZWFybHlfZmluc2hfY29tZmlybV9ib3giOiJvbiIsImhpZGVfY29ycmVjdF9hbnN3ZXJzIjoib2ZmIiwicXVpel9sb2FkZXJfdGV4dF92YWx1ZSI6IiIsInNob3dfaW5mb3JtYXRpb25fZm9ybSI6Im9uIiwic2hvd19xdWVzdGlvbnNfZXhwbGFuYXRpb24iOiJvbl9yZXN1bHRzX3BhZ2UiLCJlbmFibGVfcXVlc3Rpb25zX29yZGVyaW5nX2J5X2NhdCI6Im9mZiIsImVuYWJsZV9zZW5kX21haWxfdG9fdXNlcl9ieV9wYXNzX3Njb3JlIjoib2ZmIiwiZW5hYmxlX3NlbmRfbWFpbF90b19hZG1pbl9ieV9wYXNzX3Njb3JlIjoib2ZmIiwic2hvd19xdWVzdGlvbnNfbnVtYmVyaW5nIjoibm9uZSIsInNob3dfYW5zd2Vyc19udW1iZXJpbmciOiJub25lIiwicXVpel9sb2FkZXJfY3VzdG9tX2dpZiI6IiIsImRpc2FibGVfaG92ZXJfZWZmZWN0Ijoib2ZmIiwicXVpel9sb2FkZXJfY3VzdG9tX2dpZl93aWR0aCI6MTAwLCJxdWl6X3RpdGxlX3RyYW5zZm9ybWF0aW9uIjoidXBwZXJjYXNlIiwicXVpel9pbWFnZV93aWR0aF9ieV9wZXJjZW50YWdlX3B4IjoicGl4ZWxzIiwicXVpel9pbWFnZV9oZWlnaHQiOjAsInF1aXpfYmdfaW1nX29uX3N0YXJ0X3BhZ2UiOiJvZmYiLCJxdWl6X2JveF9zaGFkb3dfeF9vZmZzZXQiOjAsInF1aXpfYm94X3NoYWRvd195X29mZnNldCI6MCwicXVpel9ib3hfc2hhZG93X3pfb2Zmc2V0IjoxNSwicXVpel9xdWVzdGlvbl90ZXh0X2FsaWdubWVudCI6ImNlbnRlciIsInF1aXpfYXJyb3dfdHlwZSI6ImRlZmF1bHQiLCJxdWl6X3Nob3dfd3JvbmdfYW5zd2Vyc19maXJzdCI6Im9mZiIsInF1aXpfZGlzcGxheV9hbGxfcXVlc3Rpb25zIjoib24iLCJxdWl6X3RpbWVyX3JlZF93YXJuaW5nIjoib24iLCJxdWl6X3NjaGVkdWxlX3RpbWV6b25lIjoiVVRDKzAiLCJxdWVzdGlvbnNfaGludF9idXR0b25fdmFsdWUiOiIiLCJxdWl6X3RhY2tlcnNfbWVzc2FnZSI6IlRoaXMgcXVpeiBpcyBleHBpcmVkISIsInF1aXpfZW5hYmxlX2xpbmtlZGluX3NoYXJlX2J1dHRvbiI6Im9uIiwicXVpel9lbmFibGVfZmFjZWJvb2tfc2hhcmVfYnV0dG9uIjoib24iLCJxdWl6X2VuYWJsZV90d2l0dGVyX3NoYXJlX2J1dHRvbiI6Im9uIiwicXVpel9lbmFibGVfdmtvbnRha3RlX3NoYXJlX2J1dHRvbiI6Im9uIiwicXVpel9tYWtlX3Jlc3BvbnNlc19hbm9ueW1vdXMiOiJvZmYiLCJxdWl6X21ha2VfYWxsX3Jldmlld19saW5rIjoib2ZmIiwicXVpel9tZXNzYWdlX2JlZm9yZV90aW1lciI6IlRoXHUxZWRkaSBnaWFuIGNcdTAwZjJuIGxcdTFlYTFpIiwicXVpel9wYXNzd29yZF9tZXNzYWdlIjoiIiwiZW5hYmxlX3NlZV9yZXN1bHRfY29uZmlybV9ib3giOiJvZmYiLCJkaXNwbGF5X2ZpZWxkc19sYWJlbHMiOiJvZmYiLCJxdWl6X2VuYWJsZV9wYXNzd29yZF92aXNpYmlsaXR5Ijoib2ZmIiwicXVlc3Rpb25fbW9iaWxlX2ZvbnRfc2l6ZSI6MTYsImFuc3dlcnNfbW9iaWxlX2ZvbnRfc2l6ZSI6MTUsInNvY2lhbF9idXR0b25zX2hlYWRpbmciOiIiLCJzb2NpYWxfbGlua3NfaGVhZGluZyI6IiIsInF1aXpfZW5hYmxlX3F1ZXN0aW9uX2NhdGVnb3J5X2Rlc2NyaXB0aW9uIjoib2ZmIiwicXVpel9tZXNzYWdlX2JlZm9yZV9yZWRpcmVjdF90aW1lciI6IiIsImJ1dHRvbnNfbW9iaWxlX2ZvbnRfc2l6ZSI6MTgsInF1aXpfYW5zd2VyX2JveF9zaGFkb3dfeF9vZmZzZXQiOjAsInF1aXpfYW5zd2VyX2JveF9zaGFkb3dfeV9vZmZzZXQiOjAsInF1aXpfYW5zd2VyX2JveF9zaGFkb3dfel9vZmZzZXQiOjEwLCJxdWl6X2VuYWJsZV90aXRsZV90ZXh0X3NoYWRvdyI6Im9mZiIsInF1aXpfdGl0bGVfdGV4dF9zaGFkb3dfY29sb3IiOiIjMzMzIiwicmlnaHRfYW5zd2Vyc19mb250X3NpemUiOjE2LCJ3cm9uZ19hbnN3ZXJzX2ZvbnRfc2l6ZSI6MTYsInF1ZXN0X2V4cGxhbmF0aW9uX2ZvbnRfc2l6ZSI6MTYsInF1aXpfd2FpdGluZ190aW1lIjoib2ZmIiwicXVpel90aXRsZV90ZXh0X3NoYWRvd194X29mZnNldCI6MiwicXVpel90aXRsZV90ZXh0X3NoYWRvd195X29mZnNldCI6MiwicXVpel90aXRsZV90ZXh0X3NoYWRvd196X29mZnNldCI6MiwicXVpel9zaG93X29ubHlfd3JvbmdfYW5zd2VycyI6Im9mZiIsInF1aXpfdGl0bGVfZm9udF9zaXplIjoyOCwicXVpel90aXRsZV9tb2JpbGVfZm9udF9zaXplIjoyMCwicXVpel9wYXNzd29yZF93aWR0aCI6IiIsInF1aXpfcmV2aWV3X3BsYWNlaG9sZGVyX3RleHQiOiIiLCJxdWl6X21ha2VfcmV2aWV3X3JlcXVpcmVkIjoib2ZmIiwicXVpel9lbmFibGVfcmVzdWx0c190b2dnbGUiOiJvZmYiLCJxdWl6X3Jldmlld190aGFua195b3VfbWVzc2FnZSI6IiIsInF1aXpfcmV2aWV3X2VuYWJsZV9jb21tZW50X2ZpZWxkIjoib24iLCJxdWVzdF9leHBsYW5hdGlvbl9tb2JpbGVfZm9udF9zaXplIjoxNiwid3JvbmdfYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNiwicXVpel9lbmFibGVfcXVlc3Rpb25faW1hZ2Vfem9vbSI6Im9mZiIsInJpZ2h0X2Fuc3dlcnNfbW9iaWxlX2ZvbnRfc2l6ZSI6MTYsInF1aXpfZGlzcGxheV9tZXNzYWdlc19iZWZvcmVfYnV0dG9ucyI6Im9mZiIsImVuYWJsZV9xdWVzdGlvbnNfcmVwb3J0aW5nIjoib2ZmIiwicXVpel9lbmFibGVfcXVlc3Rpb25zX3JlcG9ydGluZ19tYWlsIjoib2ZmIiwicXVpel9lbmFibGVfdXNlcl9jXHUwNTcwb29zaW5nX2Fub255bW91c19hc3Nlc3NtZW50Ijoib2ZmIiwibm90ZV90ZXh0X2ZvbnRfc2l6ZSI6MTQsIm5vdGVfdGV4dF9tb2JpbGVfZm9udF9zaXplIjoxNCwicXVpel9xdWVzdGlvbnNfbnVtYmVyaW5nX2J5X2NhdGVnb3J5Ijoib2ZmIiwicXVpel9lbmFibGVfY3VzdG9tX3RleHRzX2Zvcl9idXR0b25zIjoib2ZmIiwicXVpel9jdXN0b21fdGV4dHNfc3RhcnRfYnV0dG9uIjoiU3RhcnQiLCJxdWl6X2N1c3RvbV90ZXh0c19uZXh0X2J1dHRvbiI6Ik5leHQiLCJxdWl6X2N1c3RvbV90ZXh0c19wcmV2X2J1dHRvbiI6IlByZXYiLCJxdWl6X2N1c3RvbV90ZXh0c19jbGVhcl9idXR0b24iOiJDbGVhciIsInF1aXpfY3VzdG9tX3RleHRzX2ZpbmlzaF9idXR0b24iOiJGaW5pc2giLCJxdWl6X2N1c3RvbV90ZXh0c19zZWVfcmVzdWx0c19idXR0b24iOiJTZWUgUmVzdWx0IiwicXVpel9jdXN0b21fdGV4dHNfcmVzdGFydF9xdWl6X2J1dHRvbiI6IlJlc3RhcnQgcXVpeiIsInF1aXpfY3VzdG9tX3RleHRzX3NlbmRfZmVlZGJhY2tfYnV0dG9uIjoiU2VuZCBmZWVkYmFjayIsInF1aXpfY3VzdG9tX3RleHRzX2xvYWRfbW9yZV9idXR0b24iOiJMb2FkIG1vcmUiLCJxdWl6X2N1c3RvbV90ZXh0c19leGl0X2J1dHRvbiI6IkV4aXQiLCJxdWl6X2N1c3RvbV90ZXh0c19jaGVja19idXR0b24iOiJDaGVjayIsInF1aXpfY3VzdG9tX3RleHRzX2xvZ2luX2J1dHRvbiI6IkxvZyBJbiIsInF1aXpfZW5hYmxlX3F1aXpfY2F0ZWdvcnlfZGVzY3JpcHRpb24iOiJvZmYiLCJxdWl6X2FkbWluX25vdGVfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwicXVpel9ncmlkX3ZpZXdfY291bnQiOiIyIiwicXVpel9ncmlkX2ltYWdlX3ZpZXciOiJvZmYiLCJxdWl6X3F1ZXN0X2V4cGxhbmF0aW9uX3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInF1aXpfcmlnaHRfYW5zd2VyX3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInF1aXpfd3JvbmdfYW5zd2VyX3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInF1aXpfYWRtaW5fbm90ZV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwicXVpel9xdWVzdF9leHBsYW5hdGlvbl90ZXh0X2RlY29yYXRpb24iOiJub25lIiwicXVpel9yaWdodF9hbnN3ZXJzX3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJxdWl6X3dyb25nX2Fuc3dlcnNfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInF1aXpfYWRtaW5fbm90ZV9sZXR0ZXJfc3BhY2luZyI6IjAiLCJxdWl6X2JnX2ltZ19kdXJpbmdfdGhlX3F1aXoiOiJvZmYiLCJxdWl6X3F1ZXN0X2V4cGxhbmF0aW9uX2xldHRlcl9zcGFjaW5nIjoiMCIsInF1aXpfcmlnaHRfYW5zd2Vyc19sZXR0ZXJfc3BhY2luZyI6IjAiLCJxdWl6X3dyb25nX2Fuc3dlcnNfbGV0dGVyX3NwYWNpbmciOiIwIiwicXVpel9hZG1pbl9ub3RlX2ZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwicXVpel9xdWVzdF9leHBsYW5hdGlvbl9mb250X3dlaWdodCI6Im5vcm1hbCIsInF1aXpfcmlnaHRfYW5zd2Vyc19mb250X3dlaWdodCI6Im5vcm1hbCIsInF1aXpfd3JvbmdfYW5zd2Vyc19mb250X3dlaWdodCI6Im5vcm1hbCIsInF1aXpfY29udGVudF9tYXhfd2lkdGgiOjkwLCJxdWl6X2NvbnRlbnRfbW9iaWxlX21heF93aWR0aCI6OTAsInF1ZXN0aW9uX2NvdW50X3Blcl9wYWdlIjpudWxsLCJxdWVzdGlvbl9jb3VudF9wZXJfcGFnZV9udW1iZXIiOiIiLCJtYWlsX21lc3NhZ2UiOiIiLCJlbmFibGVfY2VydGlmaWNhdGUiOiJvZmYiLCJlbmFibGVfY2VydGlmaWNhdGVfd2l0aG91dF9zZW5kIjoib2ZmIiwiY2VydGlmaWNhdGVfcGFzcyI6IjAiLCJmb3JtX3RpdGxlIjoiIiwiY2VydGlmaWNhdGVfdGl0bGUiOiI8c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogNTBweDsgZm9udC13ZWlnaHQ6IGJvbGQ7XCI+Q2VydGlmaWNhdGUgb2YgQ29tcGxldGlvbjxcL3NwYW4+IiwiY2VydGlmaWNhdGVfYm9keSI6IjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAyNXB4O1wiPjxpPlRoaXMgaXMgdG8gY2VydGlmeSB0aGF0PFwvaT48XC9zcGFuPlxyXG5cclxuPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDMwcHg7XCI+PGI+JSV1c2VyX25hbWUlJTxcL2I+PFwvc3Bhbj5cclxuXHJcbjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAyNXB4O1wiPjxpPmhhcyBjb21wbGV0ZWQgdGhlIHF1aXo8XC9pPjxcL3NwYW4+XHJcblxyXG48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMzBweDtcIj5cIiUlcXVpel9uYW1lJSVcIjxcL3NwYW4+XHJcblxyXG48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMjBweDtcIj53aXRoIGEgc2NvcmUgb2YgPGI+JSVzY29yZSUlPFwvYj48XC9zcGFuPlxyXG5cclxuPHNwYW4gc3R5bGU9XCJmb250LXNpemU6IDI1cHg7XCI+PGk+ZGF0ZWQ8XC9pPjxcL3NwYW4+XHJcbjxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAzMHB4O1wiPiUlY3VycmVudF9kYXRlJSU8XC9zcGFuPiIsIm1haWxjaGltcF9saXN0IjoiIiwiZW5hYmxlX21haWxjaGltcCI6Im9mZiIsImVuYWJsZV9kb3VibGVfb3B0X2luIjoib2ZmIiwiYWN0aXZlX2RhdGVfY2hlY2siOiJvZmYiLCJhY3RpdmVJbnRlcnZhbCI6IjIwMjUtMDgtMjcgMTU6NDU6NDMiLCJkZWFjdGl2ZUludGVydmFsIjoiMjAyNS0wOC0yNyAxNTo0NTo0MyIsImFjdGl2ZV9kYXRlX21lc3NhZ2UiOiJUaGUgcXVpeiBoYXMgZXhwaXJlZCEiLCJhY3RpdmVfZGF0ZV9wcmVfc3RhcnRfbWVzc2FnZSI6IlRoZSBxdWl6IHdpbGwgYmUgYXZhaWxhYmxlIHNvb24hIiwiY2hlY2tib3hfc2NvcmVfYnkiOiJvbiIsImNhbGN1bGF0ZV9zY29yZSI6ImJ5X2NvcnJlY3RuZXNzIiwic2VuZF9yZXN1bHRzX3VzZXIiOiJvZmYiLCJzZW5kX2ludGVydmFsX21zZyI6Im9mZiIsInF1ZXN0aW9uX2JhbmtfdHlwZSI6ImdlbmVyYWwiLCJxdWVzdGlvbnNfYmFua19jYXRfY291bnQiOnsiMTAwMDciOiIifSwiZW5hYmxlX3RhY2tlcnNfY291bnQiOiJvZmYiLCJ0YWNrZXJzX2NvdW50IjoiIiwic2VuZF9yZXN1bHRzX2FkbWluIjoib24iLCJzZW5kX2ludGVydmFsX21zZ190b19hZG1pbiI6Im9mZiIsInNob3dfaW50ZXJ2YWxfbWVzc2FnZSI6Im9uIiwiYWxsb3dfY29sbGVjdGluZ19sb2dnZWRfaW5fdXNlcnNfZGF0YSI6Im9mZiIsInF1aXpfcGFzc19zY29yZSI6IjAiLCJzZW5kX2NlcnRpZmljYXRlX3RvX2FkbWluIjoib2ZmIiwiY2VydGlmaWNhdGVfaW1hZ2UiOiIiLCJjZXJ0aWZpY2F0ZV9mcmFtZSI6ImRlZmF1bHQiLCJjZXJ0aWZpY2F0ZV9vcmllbnRhdGlvbiI6ImwiLCJtYWtlX3F1ZXN0aW9uc19yZXF1aXJlZCI6Im9mZiIsImVuYWJsZV9wYXNzd29yZCI6Im9mZiIsInBhc3N3b3JkX3F1aXoiOiIiLCJtYWlsX21lc3NhZ2VfYWRtaW4iOiIiLCJzZW5kX21haWxfdG9fc2l0ZV9hZG1pbiI6Im9uIiwiZ2VuZXJhdGVfcGFzc3dvcmQiOiJnZW5lcmFsIiwiZ2VuZXJhdGVkX3Bhc3N3b3JkcyI6eyJjcmVhdGVkX3Bhc3N3b3JkcyI6W10sImFjdGl2ZV9wYXNzd29yZHMiOltdLCJ1c2VkX3Bhc3N3b3JkcyI6W119LCJkaXNwbGF5X3Njb3JlX2J5IjoiYnlfcGVyY2VudGFnZSIsInNob3dfc2NoZWR1bGVfdGltZXIiOiJvZmYiLCJzaG93X3RpbWVyX3R5cGUiOiJjb3VudGRvd24iLCJwcm9ncmVzc19saXZlX2Jhcl9zdHlsZSI6ImRlZmF1bHQiLCJlbmFibGVfZnVsbF9zY3JlZW5fbW9kZSI6Im9uIiwiZW5hYmxlX25hdmlnYXRpb25fYmFyIjoib2ZmIiwiaGlkZV9saW1pdF9hdHRlbXB0c19ub3RpY2UiOiJvZmYiLCJ0dXJuX29uX2V4dHJhX3NlY3VyaXR5X2NoZWNrIjoib24iLCJlbmFibGVfdG9wX2tleXdvcmRzIjoib2ZmIiwiYXNzaWduX2tleXdvcmRzIjpbeyJhc3NpZ25fdG9wX2tleXdvcmQiOiJBIiwiYXNzaWduX3RvcF9rZXl3b3JkX3RleHQiOiIifSx7ImFzc2lnbl90b3Bfa2V5d29yZCI6IkIiLCJhc3NpZ25fdG9wX2tleXdvcmRfdGV4dCI6IiJ9LHsiYXNzaWduX3RvcF9rZXl3b3JkIjoiQyIsImFzc2lnbl90b3Bfa2V5d29yZF90ZXh0IjoiIn0seyJhc3NpZ25fdG9wX2tleXdvcmQiOiJEIiwiYXNzaWduX3RvcF9rZXl3b3JkX3RleHQiOiIifV0sInF1aXpfZW5hYmxlX2NvdXBvbiI6Im9mZiIsInF1aXpfY291cG9uc19hcnJheSI6eyJxdWl6X2FjdGl2ZV9jb3Vwb25zIjpbXSwicXVpel9pbmFjdGl2ZV9jb3Vwb25zIjpbXX0sImFwcGx5X3BvaW50c190b19rZXl3b3JkcyI6Im9mZiIsImxpbWl0X2F0dGVtcHRzX2NvdW50X2J5X3VzZXJfcm9sZSI6IiIsImVuYWJsZV9hdXRvc3RhcnQiOiJvbiIsInF1aXpfZW5hYmxlX2tleWJvYXJkX25hdmlnYXRpb24iOiJvbiIsInF1ZXN0aW9uX2NvdW50X3Blcl9wYWdlX3R5cGUiOiJnZW5lcmFsIiwicXVlc3Rpb25fY291bnRfcGVyX3BhZ2VfY3VzdG9tX29yZGVyIjoiIiwicXVpel90aW1lcl90eXBlIjoicXVpel90aW1lciIsImF5c19hbGxvd19leHBvcnRpbmdfcXVpenplcyI6Im9mZiIsImF5c191c2Vyc190b19leHBvcnRfc2VhcmNoIjpbXSwicXVlc3Rfb3B0aW9uX2NvdW50IjoiMCIsInF1aXpfcGFzc19zY29yZV90eXBlIjoicG9pbnQiLCJxdWl6X2NlcnRpZmljYXRlX3Bhc3Nfc2NvcmVfdHlwZSI6InBlcmNlbnRhZ2UiLCJxdWl6X2VxdWFsX2tleXdvcmRzX3RleHQiOiIiLCJlbmFibGVfbmF2aWdhdGlvbl9iYXJfbWFya2VkX3F1ZXN0aW9ucyI6Im9mZiIsInF1aXpfcXVlc3Rpb25fdGV4dF90b19zcGVlY2giOiJvZmYiLCJxdWl6X3F1ZXN0aW9uX3RleHRfdG9fc3BlZWNoX3ZvaWNlIjoiTWljcm9zb2Z0IERhdmlkIC0gRW5nbGlzaCAoVW5pdGVkIFN0YXRlcykiLCJxdWl6X2Rpc2FibGVfaW5wdXRfZm9jdXNpbmciOiJvZmYiLCJxdWl6X3Bhc3N3b3JkX2ltcG9ydF90eXBlIjoiZGVmYXVsdCIsInF1aXpfbmF2aWdhdGlvbl9iYXJfdHlwZSI6ImRlZmF1bHQiLCJxdWl6X3Nob3dfcXVlc3Rpb25fdGFncyI6Im9uIiwicXVpel9zaG93X3Jlc3VsdHNfYmFzZWRfcGFzc19zY29yZSI6Im9mZiIsInF1aXpfc2hvd19pbnRlcnZhbF9tZXNzYWdlc19mb3JfZXF1YWxfa2V5d29yZHMiOiJvZmYiLCJxdWl6X2hpZGVfYmFubmVyX3F1ZXN0aW9uc19vbl9yZXN1bHRfcGFnZSI6Im9mZiIsInF1aXpfc2VuZF9yZXN1bHRzX3VzZXJfd2l0aG91dF9pbWciOiJvZmYiLCJxdWl6X3NlbmRfcmVzdWx0c19hZG1pbl93aXRob3V0X2ltZyI6Im9mZiIsInBheXBhbF9hbW91bnQiOm51bGwsInBheXBhbF9jdXJyZW5jeSI6bnVsbCwicGF5cGFsX21lc3NhZ2UiOiIiLCJlbmFibGVfc3RyaXBlIjoib2ZmIiwic3RyaXBlX2Ftb3VudCI6IiIsInN0cmlwZV9jdXJyZW5jeSI6IiIsInN0cmlwZV9tZXNzYWdlIjoiWW91IG5lZWQgdG8gcGF5IHRvIHBhc3MgdGhpcyBxdWl6LiIsInBheW1lbnRfdHlwZSI6InByZXBheSIsImVuYWJsZV9tb25pdG9yIjoib2ZmIiwibW9uaXRvcl9saXN0IjoiIiwiYWN0aXZlX2NhbXBfbGlzdCI6IiIsImVuYWJsZV9zbGFjayI6Im9mZiIsInNsYWNrX2NvbnZlcnNhdGlvbiI6IiIsImFjdGl2ZV9jYW1wX2F1dG9tYXRpb24iOiIiLCJlbmFibGVfYWN0aXZlX2NhbXAiOiJvZmYiLCJlbmFibGVfemFwaWVyIjoib2ZmIiwiZW5hYmxlX2dvb2dsZV9zaGVldHMiOiJvZmYiLCJzcHJlYWRzaGVldF9pZCI6IiIsImdvb2dsZV9zaGVldF9jdXN0b21fZmllbGRzIjpbXSwicXVpel9jb25kaXRpb25fc2hvd19hbGxfcmVzdWx0cyI6Im9mZiIsInF1aXpfY29uZGl0aW9uX2NhbGN1bGF0aW9uX3R5cGUiOiJkZWZhdWx0IiwicXVpel9hdHRyaWJ1dGVzIjpudWxsLCJxdWl6X2F0dHJpYnV0ZXNfYWN0aXZlX29yZGVyIjpudWxsLCJxdWl6X2F0dHJpYnV0ZXNfcGFzc2l2ZV9vcmRlciI6WyJheXNfZm9ybV9uYW1lIiwiYXlzX2Zvcm1fZW1haWwiLCJheXNfZm9ybV9waG9uZSJdLCJyZXF1aXJlZF9maWVsZHMiOm51bGwsImVuYWJsZV90aW1lciI6Im9uIiwidGltZXIiOjI3MDAsImVuYWJsZV9xdWl6X3JhdGUiOiJvZmYiLCJlbmFibGVfcmF0ZV9hdmciOiJvZmYiLCJlbmFibGVfYm94X3NoYWRvdyI6Im9mZiIsImVuYWJsZV9ib3JkZXIiOiJvZmYiLCJxdWl6X3RpbWVyX2luX3RpdGxlIjoib24iLCJlbmFibGVfcmF0ZV9jb21tZW50cyI6Im9mZiIsImVuYWJsZV9yZXN0YXJ0X2J1dHRvbiI6Im9mZiIsImF1dG9maWxsX3VzZXJfZGF0YSI6Im9mZiIsImVuYWJsZV9jb3B5X3Byb3RlY3Rpb24iOiJvZmYiLCJlbmFibGVfcGF5cGFsIjoib2ZmIiwiYXlzX2VuYWJsZV9yZXN0cmljdGlvbl9wYXNzIjoib2ZmIiwiYXlzX2VuYWJsZV9yZXN0cmljdGlvbl9wYXNzX3VzZXJzIjoib2ZmIiwidXNlcl9tYWlsIjoib2ZmIiwiYWRtaW5fbWFpbCI6Im9mZiIsInJlc3VsdF90ZXh0IjpudWxsLCJlbmFibGVfcmVzdWx0Ijoib2ZmIiwiZW5hYmxlX21hZF9taW1pIjoib2ZmIiwibWFkX21pbWlfbGlzdCI6IiIsImVuYWJsZV9jb252ZXJ0S2l0Ijoib2ZmIiwiY29udmVydEtpdF9mb3JtX2lkIjoiIiwiZW5hYmxlX2dldFJlc3BvbnNlIjoib2ZmIiwiZ2V0UmVzcG9uc2VfbGlzdCI6IiIsImVuYWJsZV9yZWNhcHRjaGEiOiJvZmYiLCJhdHRyaWJ1dGVzIjpbXSwic3VibWl0X3JlZGlyZWN0X2FmdGVyIjoiIiwicndfYW5zd2Vyc19zb3VuZHMiOmZhbHNlLCJpZCI6IjY1NjgiLCJhdXRob3JfaWQiOiIwIiwicG9zdF9pZCI6bnVsbCwidGl0bGUiOiJbQ2hcdTAwZTJuIHRyXHUxZWRkaV0gVHJcdTFlYWZjIG5naGlcdTFlYzdtIFRpbiBoXHUxZWNkYyBcdTFlZTluZyBkXHUxZWU1bmcgMTIgYlx1MDBlMGkgRjU6IFRcdTFlYTFvIGJpXHUxZWMzdSBtXHUxZWFidSB0cm9uZyB0cmFuZyB3ZWIiLCJkZXNjcmlwdGlvbiI6IjxkaXY+XG48cD48c3Ryb25nPjEuIFRoXHUxZWJiIEhUTUwgblx1MDBlMG8gc2F1IFx1MDExMVx1MDBlMnkgXHUwMTExXHUwMWIwXHUxZWUzYyBzXHUxZWVkIGRcdTFlZTVuZyBcdTAxMTFcdTFlYzMgdFx1MWVhMW8gbVx1MWVkOXQgdHJcdTAxYjBcdTFlZGRuZyBuaFx1MWVhZHAgbGlcdTFlYzd1IGRcdTFlYTFuZyBuXHUwMGZhdCBiXHUxZWE1bSBtXHUwMGUwIGtoaSBuaFx1MWVhNXAgdlx1MDBlMG8gc1x1MWViZCB0aGlcdTFlYmZ0IGxcdTFlYWRwIGxcdTFlYTFpIHRcdTFlYTV0IGNcdTFlYTMgY1x1MDBlMWMgdHJcdTAxYjBcdTFlZGRuZyBjXHUxZWU3YSBiaVx1MWVjM3UgbVx1MWVhYnUgdlx1MWVjMSBnaVx1MDBlMSB0clx1MWVjYiBiYW4gXHUwMTExXHUxZWE3dT88XC9zdHJvbmc+PFwvcD5cbjxkaXY+XG48ZGl2PkEuIFRoXHUxZWJiIDxpbnB1dCB0eXBlPXN1Ym1pdD48XC9kaXY+XG48ZGl2PkIuIFRoXHUxZWJiIDxpbnB1dCB0eXBlPWJ1dHRvbj48XC9kaXY+XG48ZGl2PkMuIDxzdHJvbmc+VGhcdTFlYmIgPGlucHV0IHR5cGU9cmVzZXQ+PFwvc3Ryb25nPjxcL2Rpdj5cbjxkaXY+RC4gVGhcdTFlYmIgPGJ1dHRvbiB0eXBlPWNsZWFyPjxcL2Rpdj5cbjxcL2Rpdj5cbjxociBzdHlsZT1cImJvcmRlci10b3A6IDFweCBkYXNoZWQgI2NjYzsgbWFyZ2luOiAxMHB4IDA7XCI+XG48XC9kaXY+XG48ZGl2PlxuPHA+PHN0cm9uZz4yLiBcdTAxMTBcdTFlYzMgYmlcdTFlYzN1IG1cdTFlYWJ1IGNcdTAwZjMgdGhcdTFlYzMgZ1x1MWVlZGkgdFx1MWVjN3AgdGluICh2XHUwMGVkIGRcdTFlZTU6IHRcdTFlYTNpIGxcdTAwZWFuIFx1MWVhM25oKSwgdGh1XHUxZWQ5YyB0XHUwMGVkbmggblx1MDBlMG8gY1x1MWVlN2EgdGhcdTFlYmIgPGZvcm0+IGxcdTAwZTAgYlx1MWVhZnQgYnVcdTFlZDljPzxcL3N0cm9uZz48XC9wPlxuPGRpdj5cbjxkaXY+QS4gbWV0aG9kPXBvc3Q8XC9kaXY+XG48ZGl2PkIuIGFjdGlvbj1cL3VwbG9hZDxcL2Rpdj5cbjxkaXY+Qy4gPHN0cm9uZz5lbmN0eXBlPW11bHRpcGFydFwvZm9ybS1kYXRhPFwvc3Ryb25nPjxcL2Rpdj5cbjxkaXY+RC4gYWNjZXB0LWNoYXJzZXQ9VVRGLTg8XC9kaXY+XG48XC9kaXY+XG48aHIgc3R5bGU9XCJib3JkZXItdG9wOiAxcHggZGFzaGVkICNjY2M7IG1hcmdpbjogMTBweCAwO1wiPlxuPFwvZGl2PlxuPGRpdj5cbjxwPjxzdHJvbmc+My4gVGhcdTFlYmIgYDxkYXRhbGlzdD5gIHRyb25nIEhUTUw1IGtcdTFlYmZ0IGhcdTFlZTNwIHZcdTFlZGJpIHRoXHUxZWJiIGA8aW5wdXQ+YCBkXHUwMGY5bmcgXHUwMTExXHUxZWMzIGxcdTAwZTBtIGdcdTAwZWM/PFwvc3Ryb25nPjxcL3A+XG48ZGl2PlxuPGRpdj5BLiBUXHUxZWExbyByYSBtXHUxZWQ5dCB0clx1MDFiMFx1MWVkZG5nIG5oXHUxZWFkcCBsaVx1MWVjN3UgY2hvIHBoXHUwMGU5cCBjaFx1MWVjZG4gbmhpXHUxZWMxdSB0XHUwMGY5eSBjaFx1MWVjZG4gdFx1MWVlYiBkYW5oIHNcdTAwZTFjaC48XC9kaXY+XG48ZGl2PkIuIFRcdTFlYTFvIHJhIG1cdTFlZDl0IGRhbmggc1x1MDBlMWNoIHRoXHUxZWEzIHh1XHUxZWQxbmcgdlx1MWVkYmkgY1x1MDBlMWMgdFx1MDBmOXkgY2hcdTFlY2RuIFx1MDExMVx1MDFiMFx1MWVlM2MgbmhcdTAwZjNtIGxcdTFlYTFpLjxcL2Rpdj5cbjxkaXY+Qy4gPHN0cm9uZz5DdW5nIGNcdTFlYTVwIGNcdTAwZTFjIHRcdTAwZjl5IGNoXHUxZWNkbiBnXHUxZWUzaSBcdTAwZmQgdFx1MWVmMSBcdTAxMTFcdTFlZDluZyBob1x1MDBlMG4gdGhcdTAwZTBuaCBjaG8gdHJcdTAxYjBcdTFlZGRuZyBuaFx1MWVhZHAgbGlcdTFlYzd1LjxcL3N0cm9uZz48XC9kaXY+XG48ZGl2PkQuIFhcdTAwZTFjIFx1MDExMVx1MWVjYm5oIGNcdTAwZTFjIHRcdTAwZjl5IGNoXHUxZWNkbiBjaFx1MWVjOSBcdTAxMTFcdTFlY2RjIGNobyB0clx1MDFiMFx1MWVkZG5nIG5oXHUxZWFkcCBsaVx1MWVjN3UuPFwvZGl2PlxuPFwvZGl2PlxuPGhyIHN0eWxlPVwiYm9yZGVyLXRvcDogMXB4IGRhc2hlZCAjY2NjOyBtYXJnaW46IDEwcHggMDtcIj5cbjxcL2Rpdj5cbjxkaXY+XG48cD48c3Ryb25nPjQuIFBoXHUwMGUybiBiaVx1MWVjN3QgZ2lcdTFlZWZhIEdFVCB2XHUwMGUwIFBPU1QgdHJvbmcgdGh1XHUxZWQ5YyB0XHUwMGVkbmggbWV0aG9kIGNcdTFlZTdhIHRoXHUxZWJiIDxmb3JtPi4gR0VUIGdcdTFlZWRpIGRcdTFlZWYgbGlcdTFlYzd1IG5oXHUwMWIwIHRoXHUxZWJmIG5cdTAwZTBvPzxcL3N0cm9uZz48XC9wPlxuPGRpdj5cbjxkaXY+QS4gRFx1MWVlZiBsaVx1MWVjN3UgXHUwMTExXHUwMWIwXHUxZWUzYyBnXHUxZWVkaSB0cm9uZyBwaFx1MWVhN24gdGhcdTAwZTJuIChib2R5KSBjXHUxZWU3YSB5XHUwMGVhdSBjXHUxZWE3dSBIVFRQLjxcL2Rpdj5cbjxkaXY+Qi4gPHN0cm9uZz5EXHUxZWVmIGxpXHUxZWM3dSBcdTAxMTFcdTAxYjBcdTFlZTNjIHRoXHUwMGVhbSB2XHUwMGUwbyBjdVx1MWVkMWkgVVJMIGRcdTAxYjBcdTFlZGJpIGRcdTFlYTFuZyBjXHUwMGUxYyBjXHUxZWI3cCBraFx1MDBmM2EtZ2lcdTAwZTEgdHJcdTFlY2IuPFwvc3Ryb25nPjxcL2Rpdj5cbjxkaXY+Qy4gRFx1MWVlZiBsaVx1MWVjN3UgXHUwMTExXHUwMWIwXHUxZWUzYyBtXHUwMGUzIGhcdTAwZjNhIHZcdTAwZTAgZ1x1MWVlZGkgcXVhIG1cdTFlZDl0IGtcdTAwZWFuaCByaVx1MDBlYW5nIGJpXHUxZWM3dC48XC9kaXY+XG48ZGl2PkQuIERcdTFlZWYgbGlcdTFlYzd1IFx1MDExMVx1MDFiMFx1MWVlM2MgbFx1MDFiMHUgdHJcdTFlZWYgdFx1MWVhMW0gdGhcdTFlZGRpIHRyb25nIGNvb2tpZS48XC9kaXY+XG48XC9kaXY+XG48aHIgc3R5bGU9XCJib3JkZXItdG9wOiAxcHggZGFzaGVkICNjY2M7IG1hcmdpbjogMTBweCAwO1wiPlxuPFwvZGl2PlxuPGRpdj5cbjxwPjxzdHJvbmc+NS4gVGh1XHUxZWQ5YyB0XHUwMGVkbmggcGxhY2Vob2xkZXIgY1x1MWVlN2EgdGhcdTFlYmIgPGlucHV0PiBjXHUwMGYzIHRcdTAwZTFjIGRcdTFlZTVuZyBnXHUwMGVjPzxcL3N0cm9uZz48XC9wPlxuPGRpdj5cbjxkaXY+QS4gXHUwMTEwXHUxZWI3dCBnaVx1MDBlMSB0clx1MWVjYiBtXHUxZWI3YyBcdTAxMTFcdTFlY2JuaCBjaG8gdHJcdTAxYjBcdTFlZGRuZyBuaFx1MWVhZHAgbGlcdTFlYzd1LjxcL2Rpdj5cbjxkaXY+Qi4gPHN0cm9uZz5IaVx1MWVjM24gdGhcdTFlY2IgbVx1MWVkOXQgZ1x1MWVlM2kgXHUwMGZkIG5nXHUxZWFmbiBnXHUxZWNkbiB2XHUxZWMxIG5cdTFlZDlpIGR1bmcgbW9uZyBcdTAxMTFcdTFlZTNpIHRyb25nIHRyXHUwMWIwXHUxZWRkbmcuPFwvc3Ryb25nPjxcL2Rpdj5cbjxkaXY+Qy4gTmdcdTAxMDNuIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmcgY2hcdTFlYzluaCBzXHUxZWVkYSBuXHUxZWQ5aSBkdW5nIGNcdTFlZTdhIHRyXHUwMWIwXHUxZWRkbmcuPFwvZGl2PlxuPGRpdj5ELiBYXHUwMGUxYyBcdTAxMTFcdTFlY2JuaCBraVx1MWVjM3UgZFx1MWVlZiBsaVx1MWVjN3UgY1x1MWVlN2EgdHJcdTAxYjBcdTFlZGRuZyBuaFx1MWVhZHAgbGlcdTFlYzd1LjxcL2Rpdj5cbjxcL2Rpdj5cbjxociBzdHlsZT1cImJvcmRlci10b3A6IDFweCBkYXNoZWQgI2NjYzsgbWFyZ2luOiAxMHB4IDA7XCI+XG48XC9kaXY+XG48ZGl2PlxuPHA+PHN0cm9uZz42LiBUaFx1MWViYiBIVE1MIG5cdTAwZTBvIGRcdTAwZjluZyBcdTAxMTFcdTFlYzMgdFx1MWVhMW8gbVx1MWVkOXQgbmhcdTAwZTNuIChsYWJlbCkgbGlcdTAwZWFuIGtcdTFlYmZ0IHZcdTFlZGJpIG1cdTFlZDl0IHRyXHUwMWIwXHUxZWRkbmcgbmhcdTFlYWRwIGxpXHUxZWM3dSBjXHUxZWU1IHRoXHUxZWMzLCBnaVx1MDBmYXAgY1x1MWVhM2kgdGhpXHUxZWM3biBraFx1MWVhMyBuXHUwMTAzbmcgdHJ1eSBjXHUxZWFkcCB2XHUwMGUwIHRyXHUxZWEzaSBuZ2hpXHUxZWM3bSBuZ1x1MDFiMFx1MWVkZGkgZFx1MDBmOW5nPzxcL3N0cm9uZz48XC9wPlxuPGRpdj5cbjxkaXY+QS4gVGhcdTFlYmIgPGhlYWRpbmc+PFwvZGl2PlxuPGRpdj5CLiBUaFx1MWViYiA8dGl0bGU+PFwvZGl2PlxuPGRpdj5DLiA8c3Ryb25nPlRoXHUxZWJiIDxsYWJlbD48XC9zdHJvbmc+PFwvZGl2PlxuPGRpdj5ELiBUaFx1MWViYiA8Y2FwdGlvbiBzdHlsZT1sYWJlbD48XC9kaXY+XG48XC9kaXY+XG48aHIgc3R5bGU9XCJib3JkZXItdG9wOiAxcHggZGFzaGVkICNjY2M7IG1hcmdpbjogMTBweCAwO1wiPlxuPFwvZGl2PlxuPGRpdj5cbjxwPjxzdHJvbmc+Ny4gVGh1XHUxZWQ5YyB0XHUwMGVkbmggbmFtZSBjXHUxZWU3YSBtXHUxZWQ5dCB0clx1MDFiMFx1MWVkZG5nIG5oXHUxZWFkcCBsaVx1MWVjN3UgdHJvbmcgYmlcdTFlYzN1IG1cdTFlYWJ1IEhUTUwgY1x1MDBmMyB2YWkgdHJcdTAwZjIgZ1x1MDBlYyBxdWFuIHRyXHUxZWNkbmcga2hpIGdcdTFlZWRpIGRcdTFlZWYgbGlcdTFlYzd1IGxcdTAwZWFuIG1cdTAwZTF5IGNoXHUxZWU3PzxcL3N0cm9uZz48XC9wPlxuPGRpdj5cbjxkaXY+QS4gWFx1MDBlMWMgXHUwMTExXHUxZWNibmgga2lcdTFlYzN1IGRcdTFlZWYgbGlcdTFlYzd1IGNcdTFlZTdhIHRyXHUwMWIwXHUxZWRkbmcgbmhcdTFlYWRwIGxpXHUxZWM3dS48XC9kaXY+XG48ZGl2PkIuIFx1MDExMFx1MWViN3QgbmhcdTAwZTNuIGhpXHUxZWMzbiB0aFx1MWVjYiBjaG8gdHJcdTAxYjBcdTFlZGRuZyBuaFx1MWVhZHAgbGlcdTFlYzd1LjxcL2Rpdj5cbjxkaXY+Qy4gPHN0cm9uZz5cdTAxMTBcdTFlY2JuaCBkYW5oIHRcdTAwZWFuIGNcdTFlZTdhIHRyXHUwMWIwXHUxZWRkbmcga2hpIGRcdTFlZWYgbGlcdTFlYzd1IFx1MDExMVx1MDFiMFx1MWVlM2MgZ1x1MWVlZGkgXHUwMTExaS48XC9zdHJvbmc+PFwvZGl2PlxuPGRpdj5ELiBLaVx1MWVjM20gdHJhIHRcdTAwZWRuaCBoXHUxZWUzcCBsXHUxZWM3IGNcdTFlZTdhIGRcdTFlZWYgbGlcdTFlYzd1IG5oXHUxZWFkcCB2XHUwMGUwby48XC9kaXY+XG48XC9kaXY+XG48aHIgc3R5bGU9XCJib3JkZXItdG9wOiAxcHggZGFzaGVkICNjY2M7IG1hcmdpbjogMTBweCAwO1wiPlxuPFwvZGl2PlxuPGRpdj5cbjxwPjxzdHJvbmc+OC4gVGh1XHUxZWQ5YyB0XHUwMGVkbmggbWV0aG9kIGNcdTFlZTdhIHRoXHUxZWJiIDxmb3JtPiBjXHUwMGYzIGhhaSBnaVx1MDBlMSB0clx1MWVjYiBwaFx1MWVkNSBiaVx1MWViZm4gbFx1MDBlMCBHRVQgdlx1MDBlMCBQT1NULiBLaGkgblx1MDBlMG8gblx1MDBlYW4gXHUwMWIwdSB0aVx1MDBlYW4gc1x1MWVlZCBkXHUxZWU1bmcgUE9TVD88XC9zdHJvbmc+PFwvcD5cbjxkaXY+XG48ZGl2PkEuIEtoaSBkXHUxZWVmIGxpXHUxZWM3dSBnXHUxZWVkaSBcdTAxMTFpIGxcdTAwZTAgbmhcdTFlY2Ygdlx1MDBlMCBraFx1MDBmNG5nIG5oXHUxZWExeSBjXHUxZWEzbS48XC9kaXY+XG48ZGl2PkIuIEtoaSBtdVx1MWVkMW4gZFx1MWVlZiBsaVx1MWVjN3UgaGlcdTFlYzNuIHRoXHUxZWNiIHRyXHUwMGVhbiBVUkwuPFwvZGl2PlxuPGRpdj5DLiA8c3Ryb25nPktoaSBkXHUxZWVmIGxpXHUxZWM3dSBnXHUxZWVkaSBcdTAxMTFpIGxcdTAwZTAgbFx1MWVkYm4sIG5oXHUxZWExeSBjXHUxZWEzbSBob1x1MWViN2MgdGhheSBcdTAxMTFcdTFlZDVpIHRyXHUxZWExbmcgdGhcdTAwZTFpIG1cdTAwZTF5IGNoXHUxZWU3LjxcL3N0cm9uZz48XC9kaXY+XG48ZGl2PkQuIEtoaSB0aFx1MWVmMWMgaGlcdTFlYzduIHRydXkgdlx1MWVhNW4gdFx1MDBlY20ga2lcdTFlYmZtIFx1MDExMVx1MDFhMW4gZ2lcdTFlYTNuLjxcL2Rpdj5cbjxcL2Rpdj5cbjxociBzdHlsZT1cImJvcmRlci10b3A6IDFweCBkYXNoZWQgI2NjYzsgbWFyZ2luOiAxMHB4IDA7XCI+XG48XC9kaXY+XG48ZGl2PlxuPHA+PHN0cm9uZz45LiBLaGkgc1x1MWVlZCBkXHUxZWU1bmcgdGh1XHUxZWQ5YyB0XHUwMGVkbmggdHlwZSB2XHUxZWRiaSBnaVx1MDBlMSB0clx1MWVjYiBwYXNzd29yZCBjaG8gdGhcdTFlYmIgPGlucHV0Piwga1x1MDBmZCB0XHUxZWYxIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmcgbmhcdTFlYWRwIHZcdTAwZTBvIHNcdTFlYmQgaGlcdTFlYzNuIHRoXHUxZWNiIG5oXHUwMWIwIHRoXHUxZWJmIG5cdTAwZTBvPzxcL3N0cm9uZz48XC9wPlxuPGRpdj5cbjxkaXY+QS4gSGlcdTFlYzNuIHRoXHUxZWNiIGRcdTAxYjBcdTFlZGJpIGRcdTFlYTFuZyB2XHUwMTAzbiBiXHUxZWEzbiB0aFx1MDBmNG5nIHRoXHUwMWIwXHUxZWRkbmcuPFwvZGl2PlxuPGRpdj5CLiBIaVx1MWVjM24gdGhcdTFlY2IgZFx1MDFiMFx1MWVkYmkgZFx1MWVhMW5nIGtcdTAwZmQgdFx1MWVmMSBnXHUxZWExY2ggZFx1MDFiMFx1MWVkYmkuPFwvZGl2PlxuPGRpdj5DLiA8c3Ryb25nPkhpXHUxZWMzbiB0aFx1MWVjYiBkXHUwMWIwXHUxZWRiaSBkXHUxZWExbmcgY1x1MDBlMWMgZFx1MWVhNXUgY2hcdTFlYTVtIGhvXHUxZWI3YyBkXHUxZWE1dSBob2EgdGhcdTFlY2IuPFwvc3Ryb25nPjxcL2Rpdj5cbjxkaXY+RC4gSGlcdTFlYzNuIHRoXHUxZWNiIGRcdTAxYjBcdTFlZGJpIGRcdTFlYTFuZyBrXHUwMGZkIHRcdTFlZjEgbVx1MDBlMyBoXHUwMGYzYS48XC9kaXY+XG48XC9kaXY+XG48aHIgc3R5bGU9XCJib3JkZXItdG9wOiAxcHggZGFzaGVkICNjY2M7IG1hcmdpbjogMTBweCAwO1wiPlxuPFwvZGl2PlxuPGRpdj5cbjxwPjxzdHJvbmc+MTAuIFRyb25nIHRyXHUwMWIwXHUxZWRkbmcgaFx1MWVlM3Agblx1MDBlMG8sIHZpXHUxZWM3YyBzXHUxZWVkIGRcdTFlZTVuZyB0aHVcdTFlZDljIHRcdTAwZWRuaCByZWFkb25seSBjaG8gbVx1MWVkOXQgdHJcdTAxYjBcdTFlZGRuZyBuaFx1MWVhZHAgbGlcdTFlYzd1IGxcdTAwZTAgcGhcdTAwZjkgaFx1MWVlM3A/PFwvc3Ryb25nPjxcL3A+XG48ZGl2PlxuPGRpdj5BLiBLaGkgYlx1MWVhMW4gbXVcdTFlZDFuIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmcgYlx1MWVhZnQgYnVcdTFlZDljIHBoXHUxZWEzaSBuaFx1MWVhZHAgZFx1MWVlZiBsaVx1MWVjN3Ugdlx1MDBlMG8gdHJcdTAxYjBcdTFlZGRuZyBcdTAxMTFcdTAwZjMuPFwvZGl2PlxuPGRpdj5CLiA8c3Ryb25nPktoaSBiXHUxZWExbiBtdVx1MWVkMW4gaGlcdTFlYzNuIHRoXHUxZWNiIG1cdTFlZDl0IGdpXHUwMGUxIHRyXHUxZWNiIFx1MDExMVx1MDBlMyBcdTAxMTFcdTAxYjBcdTFlZTNjIHRcdTAwZWRuaCB0b1x1MDBlMW4gaG9cdTFlYjdjIGNcdTFlZDEgXHUwMTExXHUxZWNibmgsIGtoXHUwMGY0bmcgY2hvIHBoXHUwMGU5cCBuZ1x1MDFiMFx1MWVkZGkgZFx1MDBmOW5nIGNoXHUxZWM5bmggc1x1MWVlZGEuPFwvc3Ryb25nPjxcL2Rpdj5cbjxkaXY+Qy4gS2hpIGJcdTFlYTFuIG11XHUxZWQxbiBcdTFlYTluIGhvXHUwMGUwbiB0b1x1MDBlMG4gdHJcdTAxYjBcdTFlZGRuZyBuaFx1MWVhZHAgbGlcdTFlYzd1IGtoXHUxZWNmaSBnaWFvIGRpXHUxZWM3bi48XC9kaXY+XG48ZGl2PkQuIEtoaSBiXHUxZWExbiBtdVx1MWVkMW4gdHJcdTAxYjBcdTFlZGRuZyBuaFx1MWVhZHAgbGlcdTFlYzd1IGNoXHUxZWM5IGNoXHUxZWE1cCBuaFx1MWVhZG4gc1x1MWVkMS48XC9kaXY+XG48XC9kaXY+XG48aHIgc3R5bGU9XCJib3JkZXItdG9wOiAxcHggZGFzaGVkICNjY2M7IG1hcmdpbjogMTBweCAwO1wiPlxuPFwvZGl2PlxuPGRpdj5cbjxwPjxzdHJvbmc+MTEuIFRyb25nIEhUTUwsIHRoXHUxZWJiIG5cdTAwZTBvIHNhdSBcdTAxMTFcdTAwZTJ5IFx1MDExMVx1MDFiMFx1MWVlM2Mgc1x1MWVlZCBkXHUxZWU1bmcgcGhcdTFlZDUgYmlcdTFlYmZuIG5oXHUxZWE1dCBcdTAxMTFcdTFlYzMgXHUwMTExXHUxZWNibmggbmdoXHUwMTI5YSBjXHUwMGUxYyB0clx1MDFiMFx1MWVkZG5nIG5oXHUxZWFkcCBsaVx1MWVjN3UgY2hvIGJpXHUxZWMzdSBtXHUxZWFidSB3ZWI/PFwvc3Ryb25nPjxcL3A+XG48ZGl2PlxuPGRpdj5BLiBUaFx1MWViYiA8cD48XC9kaXY+XG48ZGl2PkIuIFRoXHUxZWJiIDxkaXY+PFwvZGl2PlxuPGRpdj5DLiA8c3Ryb25nPlRoXHUxZWJiIDxpbnB1dD48XC9zdHJvbmc+PFwvZGl2PlxuPGRpdj5ELiBUaFx1MWViYiA8c3Bhbj48XC9kaXY+XG48XC9kaXY+XG48aHIgc3R5bGU9XCJib3JkZXItdG9wOiAxcHggZGFzaGVkICNjY2M7IG1hcmdpbjogMTBweCAwO1wiPlxuPFwvZGl2PlxuPGRpdj5cbjxwPjxzdHJvbmc+MTIuIFRoXHUxZWJiIEhUTUwgblx1MDBlMG8gXHUwMTExXHUwMWIwXHUxZWUzYyBzXHUxZWVkIGRcdTFlZTVuZyBcdTAxMTFcdTFlYzMgdFx1MWVhMW8gbVx1MWVkOXQgdHJcdTAxYjBcdTFlZGRuZyBuaFx1MWVhZHAgbGlcdTFlYzd1IGNobyBwaFx1MDBlOXAgbmdcdTAxYjBcdTFlZGRpIGRcdTAwZjluZyB0XHUxZWEzaSBsXHUwMGVhbiB0XHUxZWM3cCB0aW4gdFx1MWVlYiBtXHUwMGUxeSB0XHUwMGVkbmggY1x1MWVlN2EgaFx1MWVjZD88XC9zdHJvbmc+PFwvcD5cbjxkaXY+XG48ZGl2PkEuIFRoXHUxZWJiIDxpbnB1dCB0eXBlPXRleHQ+PFwvZGl2PlxuPGRpdj5CLiA8c3Ryb25nPlRoXHUxZWJiIDxpbnB1dCB0eXBlPWZpbGU+PFwvc3Ryb25nPjxcL2Rpdj5cbjxkaXY+Qy4gVGhcdTFlYmIgPGlucHV0IHR5cGU9dXBsb2FkPjxcL2Rpdj5cbjxkaXY+RC4gVGhcdTFlYmIgPGlucHV0IHR5cGU9ZGF0YT48XC9kaXY+XG48XC9kaXY+XG48aHIgc3R5bGU9XCJib3JkZXItdG9wOiAxcHggZGFzaGVkICNjY2M7IG1hcmdpbjogMTBweCAwO1wiPlxuPFwvZGl2PlxuPGRpdj5cbjxwPjxzdHJvbmc+MTMuIFRyb25nIG5nXHUxZWVmIGNcdTFlYTNuaCBjXHUxZWU3YSBiaVx1MWVjM3UgbVx1MWVhYnUgd2ViLCBjbGllbnQtc2lkZSB2YWxpZGF0aW9uIChraVx1MWVjM20gdHJhIHBoXHUwMGVkYSBtXHUwMGUxeSBraFx1MDBlMWNoKSBjXHUwMGYzIFx1MDBmZCBuZ2hcdTAxMjlhIGdcdTAwZWM/PFwvc3Ryb25nPjxcL3A+XG48ZGl2PlxuPGRpdj5BLiBWaVx1MWVjN2Mga2lcdTFlYzNtIHRyYSBkXHUxZWVmIGxpXHUxZWM3dSBcdTAxMTFcdTAxYjBcdTFlZTNjIHRoXHUxZWYxYyBoaVx1MWVjN24gYlx1MWVkZmkgbVx1MDBlMXkgY2hcdTFlZTcgdHJcdTAxYjBcdTFlZGJjIGtoaSBnXHUxZWVkaSBcdTAxMTFpLjxcL2Rpdj5cbjxkaXY+Qi4gPHN0cm9uZz5WaVx1MWVjN2Mga2lcdTFlYzNtIHRyYSBkXHUxZWVmIGxpXHUxZWM3dSBcdTAxMTFcdTAxYjBcdTFlZTNjIHRoXHUxZWYxYyBoaVx1MWVjN24gYlx1MWVkZmkgdHJcdTAwZWNuaCBkdXlcdTFlYzd0IHdlYiBjXHUxZWU3YSBuZ1x1MDFiMFx1MWVkZGkgZFx1MDBmOW5nIHRyXHUwMWIwXHUxZWRiYyBraGkgZ1x1MWVlZGkgXHUwMTExXHUxZWJmbiBtXHUwMGUxeSBjaFx1MWVlNy48XC9zdHJvbmc+PFwvZGl2PlxuPGRpdj5DLiBWaVx1MWVjN2Mga2lcdTFlYzNtIHRyYSBkXHUxZWVmIGxpXHUxZWM3dSBcdTAxMTFcdTAxYjBcdTFlZTNjIHRoXHUxZWYxYyBoaVx1MWVjN24gYlx1MWVkZmkgbVx1MWVkOXQgXHUxZWU5bmcgZFx1MWVlNW5nIGRpIFx1MDExMVx1MWVkOW5nLjxcL2Rpdj5cbjxkaXY+RC4gVmlcdTFlYzdjIGtpXHUxZWMzbSB0cmEgZFx1MWVlZiBsaVx1MWVjN3UgXHUwMTExXHUwMWIwXHUxZWUzYyB0aFx1MWVmMWMgaGlcdTFlYzduIGJcdTFlZGZpIGNcdTAxYTEgc1x1MWVkZiBkXHUxZWVmIGxpXHUxZWM3dS48XC9kaXY+XG48XC9kaXY+XG48aHIgc3R5bGU9XCJib3JkZXItdG9wOiAxcHggZGFzaGVkICNjY2M7IG1hcmdpbjogMTBweCAwO1wiPlxuPFwvZGl2PlxuPGRpdj5cbjxwPjxzdHJvbmc+MTQuIFRyb25nIEhUTUwsIFx1MDExMVx1MWVjMyBcdTAxMTFcdTFlYTNtIGJcdTFlYTNvIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmcga2hcdTAwZjRuZyBiXHUxZWNmIHF1YSB2aVx1MWVjN2MgbmhcdTFlYWRwIG1cdTFlZDl0IHRyXHUwMWIwXHUxZWRkbmcgZFx1MWVlZiBsaVx1MWVjN3UgcXVhbiB0clx1MWVjZG5nLCB0YSBzXHUxZWVkIGRcdTFlZTVuZyB0aHVcdTFlZDljIHRcdTAwZWRuaCBuXHUwMGUwbz88XC9zdHJvbmc+PFwvcD5cbjxkaXY+XG48ZGl2PkEuIGRpc2FibGVkPFwvZGl2PlxuPGRpdj5CLiByZWFkb25seTxcL2Rpdj5cbjxkaXY+Qy4gPHN0cm9uZz5yZXF1aXJlZDxcL3N0cm9uZz48XC9kaXY+XG48ZGl2PkQuIGhpZGRlbjxcL2Rpdj5cbjxcL2Rpdj5cbjxociBzdHlsZT1cImJvcmRlci10b3A6IDFweCBkYXNoZWQgI2NjYzsgbWFyZ2luOiAxMHB4IDA7XCI+XG48XC9kaXY+XG48ZGl2PlxuPHA+PHN0cm9uZz4xNS4gXHUwMTEwXHUxZWMzIHRcdTFlYTFvIG1cdTFlZDl0IGRhbmggc1x1MDBlMWNoIHRoXHUxZWEzIHh1XHUxZWQxbmcgKGRyb3Bkb3duIGxpc3QpIHRyb25nIEhUTUwsIHRhIHNcdTFlZWQgZFx1MWVlNW5nIGtcdTFlYmZ0IGhcdTFlZTNwIGNcdTFlZTdhIG5oXHUxZWVmbmcgdGhcdTFlYmIgblx1MDBlMG8/PFwvc3Ryb25nPjxcL3A+XG48ZGl2PlxuPGRpdj5BLiBUaFx1MWViYiA8aW5wdXQ+IHZcdTAwZTAgdGhcdTFlYmIgPG9wdGlvbj48XC9kaXY+XG48ZGl2PkIuIDxzdHJvbmc+VGhcdTFlYmIgPHNlbGVjdD4gdlx1MDBlMCB0aFx1MWViYiA8b3B0aW9uPjxcL3N0cm9uZz48XC9kaXY+XG48ZGl2PkMuIFRoXHUxZWJiIDx0ZXh0YXJlYT4gdlx1MDBlMCB0aFx1MWViYiA8bGFiZWw+PFwvZGl2PlxuPGRpdj5ELiBUaFx1MWViYiA8YnV0dG9uPiB2XHUwMGUwIHRoXHUxZWJiIDxkYXRhbGlzdD48XC9kaXY+XG48XC9kaXY+XG48aHIgc3R5bGU9XCJib3JkZXItdG9wOiAxcHggZGFzaGVkICNjY2M7IG1hcmdpbjogMTBweCAwO1wiPlxuPFwvZGl2PlxuPGRpdj5cbjxwPjxzdHJvbmc+MTYuIFRodVx1MWVkOWMgdFx1MDBlZG5oIHR5cGUgY1x1MWVlN2EgdGhcdTFlYmIgPGlucHV0PiBjXHUwMGYzIGdpXHUwMGUxIHRyXHUxZWNiIG5cdTAwZTBvIHNhdSBcdTAxMTFcdTAwZTJ5IFx1MDExMVx1MDFiMFx1MWVlM2Mgc1x1MWVlZCBkXHUxZWU1bmcgXHUwMTExXHUxZWMzIHRcdTFlYTFvIHJhIG1cdTFlZDl0IFx1MDBmNCBjaFx1MWVjZG4gKGNoZWNrYm94KT88XC9zdHJvbmc+PFwvcD5cbjxkaXY+XG48ZGl2PkEuIHRleHQ8XC9kaXY+XG48ZGl2PkIuIDxzdHJvbmc+Y2hlY2tib3g8XC9zdHJvbmc+PFwvZGl2PlxuPGRpdj5DLiBzdWJtaXQ8XC9kaXY+XG48ZGl2PkQuIHJhZGlvPFwvZGl2PlxuPFwvZGl2PlxuPGhyIHN0eWxlPVwiYm9yZGVyLXRvcDogMXB4IGRhc2hlZCAjY2NjOyBtYXJnaW46IDEwcHggMDtcIj5cbjxcL2Rpdj5cbjxkaXY+XG48cD48c3Ryb25nPjE3LiBOXHUxZWJmdSBuZ1x1MDFiMFx1MWVkZGkgZFx1MDBmOW5nIGdcdTFlZWRpIG1cdTFlZDl0IGJpXHUxZWMzdSBtXHUxZWFidSBjXHUwMGYzIHRyXHUwMWIwXHUxZWRkbmcgbmhcdTFlYWRwIGxpXHUxZWM3dSB2XHUxZWRiaSB0eXBlPWVtYWlsLCB0clx1MDBlY25oIGR1eVx1MWVjN3Qgd2ViIHRoXHUwMWIwXHUxZWRkbmcgc1x1MWViZCB0aFx1MWVmMWMgaGlcdTFlYzduIGtpXHUxZWMzbSB0cmEgZ1x1MDBlYz88XC9zdHJvbmc+PFwvcD5cbjxkaXY+XG48ZGl2PkEuIEtpXHUxZWMzbSB0cmEgeGVtIHRyXHUwMWIwXHUxZWRkbmcgY1x1MDBmMyB0clx1MWVkMW5nIGhheSBraFx1MDBmNG5nLjxcL2Rpdj5cbjxkaXY+Qi4gPHN0cm9uZz5LaVx1MWVjM20gdHJhIHhlbSB0clx1MDFiMFx1MWVkZG5nIGNcdTAwZjMgY2hcdTFlZTlhIG1cdTFlZDl0IFx1MDExMVx1MWVjYmEgY2hcdTFlYzkgZW1haWwgaFx1MWVlM3AgbFx1MWVjNyAodGhlbyBcdTAxMTFcdTFlY2JuaCBkXHUxZWExbmcgY1x1MDFhMSBiXHUxZWEzbikgaGF5IGtoXHUwMGY0bmcuPFwvc3Ryb25nPjxcL2Rpdj5cbjxkaXY+Qy4gS2lcdTFlYzNtIHRyYSB4ZW0gXHUwMTExXHUxZWNiYSBjaFx1MWVjOSBlbWFpbCBjXHUwMGYzIHRcdTFlZDNuIHRcdTFlYTFpIHRyXHUwMGVhbiBtXHUwMGUxeSBjaFx1MWVlNyBoYXkga2hcdTAwZjRuZy48XC9kaXY+XG48ZGl2PkQuIEtpXHUxZWMzbSB0cmEgeGVtIHRyXHUwMWIwXHUxZWRkbmcgY1x1MDBmMyBjaFx1MWVlOWEgc1x1MWVkMSBcdTAxMTFpXHUxZWM3biB0aG9cdTFlYTFpIGhheSBraFx1MDBmNG5nLjxcL2Rpdj5cbjxcL2Rpdj5cbjxociBzdHlsZT1cImJvcmRlci10b3A6IDFweCBkYXNoZWQgI2NjYzsgbWFyZ2luOiAxMHB4IDA7XCI+XG48XC9kaXY+XG48ZGl2PlxuPHA+PHN0cm9uZz4xOC4gS2hpIGJcdTFlYTFuIG11XHUxZWQxbiBjaG8gcGhcdTAwZTlwIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmcgbmhcdTFlYWRwIG1cdTFlZDl0IGNodVx1MWVkN2kga1x1MDBmZCB0XHUxZWYxIGNcdTAwZjMgXHUwMTExXHUxZWQ5IGRcdTAwZTBpIGNcdTFlZDEgXHUwMTExXHUxZWNibmgsIHZcdTAwZWQgZFx1MWVlNSBuaFx1MDFiMCBtXHUwMGUzIFBJTiBnXHUxZWQzbSA0IGNoXHUxZWVmIHNcdTFlZDEsIGJcdTFlYTFuIHNcdTFlYmQgc1x1MWVlZCBkXHUxZWU1bmcgbG9cdTFlYTFpIHRyXHUwMWIwXHUxZWRkbmcgbmhcdTFlYWRwIGxpXHUxZWM3dSBuXHUwMGUwbyB2XHUwMGUwIGNcdTAwZjMgdGhcdTFlYzMga1x1MWViZnQgaFx1MWVlM3Agdlx1MWVkYmkgdGh1XHUxZWQ5YyB0XHUwMGVkbmggblx1MDBlMG8gXHUwMTExXHUxZWMzIGdpXHUxZWRiaSBoXHUxZWExbiBzXHUxZWQxIGtcdTAwZmQgdFx1MWVmMT88XC9zdHJvbmc+PFwvcD5cbjxkaXY+XG48ZGl2PkEuIDxzdHJvbmc+VGhcdTFlYmIgPGlucHV0IHR5cGU9dGV4dD4gdlx1MWVkYmkgdGh1XHUxZWQ5YyB0XHUwMGVkbmggbWF4bGVuZ3RoPTQ8XC9zdHJvbmc+PFwvZGl2PlxuPGRpdj5CLiBUaFx1MWViYiA8aW5wdXQgdHlwZT1udW1iZXI+IHZcdTFlZGJpIHRodVx1MWVkOWMgdFx1MDBlZG5oIHNpemU9NDxcL2Rpdj5cbjxkaXY+Qy4gVGhcdTFlYmIgPHRleHRhcmVhPiB2XHUxZWRiaSB0aHVcdTFlZDljIHRcdTAwZWRuaCByb3dzPTEgY29scz00PFwvZGl2PlxuPGRpdj5ELiBUaFx1MWViYiA8aW5wdXQgdHlwZT1wYXNzd29yZD4gdlx1MWVkYmkgdGh1XHUxZWQ5YyB0XHUwMGVkbmggbWlubGVuZ3RoPTQ8XC9kaXY+XG48XC9kaXY+XG48aHIgc3R5bGU9XCJib3JkZXItdG9wOiAxcHggZGFzaGVkICNjY2M7IG1hcmdpbjogMTBweCAwO1wiPlxuPFwvZGl2PlxuPGRpdj5cbjxwPjxzdHJvbmc+MTkuIFRodVx1MWVkOWMgdFx1MDBlZG5oIHJvd3Mgdlx1MDBlMCBjb2xzIGNcdTFlZTdhIHRoXHUxZWJiIDx0ZXh0YXJlYT4gZFx1MDBmOW5nIFx1MDExMVx1MWVjMyBsXHUwMGUwbSBnXHUwMGVjPzxcL3N0cm9uZz48XC9wPlxuPGRpdj5cbjxkaXY+QS4gWFx1MDBlMWMgXHUwMTExXHUxZWNibmgga1x1MDBlZGNoIHRoXHUwMWIwXHUxZWRiYyBmb250IGNoXHUxZWVmIHZcdTAwZTAgbVx1MDBlMHUgc1x1MWVhZmMgY1x1MWVlN2Egdlx1MDEwM24gYlx1MWVhM24uPFwvZGl2PlxuPGRpdj5CLiBcdTAxMTBcdTFlYjd0IGdpXHUxZWRiaSBoXHUxZWExbiBzXHUxZWQxIGtcdTAwZmQgdFx1MWVmMSB0XHUxZWQxaSBcdTAxMTFhIHZcdTAwZTAgdFx1MWVkMWkgdGhpXHUxZWMzdSBjXHUwMGYzIHRoXHUxZWMzIG5oXHUxZWFkcC48XC9kaXY+XG48ZGl2PkMuIDxzdHJvbmc+Q2hcdTFlYzkgXHUwMTExXHUxZWNibmggc1x1MWVkMSBoXHUwMGUwbmcgdlx1MDBlMCBzXHUxZWQxIGNcdTFlZDl0IGhpXHUxZWMzbiB0aFx1MWVjYiBiYW4gXHUwMTExXHUxZWE3dSBjXHUxZWU3YSB2XHUwMGY5bmcgdlx1MDEwM24gYlx1MWVhM24uPFwvc3Ryb25nPjxcL2Rpdj5cbjxkaXY+RC4gS2lcdTFlYzNtIHRyYSB0XHUwMGVkbmggaFx1MWVlM3AgbFx1MWVjNyBjXHUxZWU3YSBcdTAxMTFcdTFlY2JhIGNoXHUxZWM5IGVtYWlsLjxcL2Rpdj5cbjxcL2Rpdj5cbjxociBzdHlsZT1cImJvcmRlci10b3A6IDFweCBkYXNoZWQgI2NjYzsgbWFyZ2luOiAxMHB4IDA7XCI+XG48XC9kaXY+XG48ZGl2PlxuPHA+PHN0cm9uZz4yMC4gVGh1XHUxZWQ5YyB0XHUwMGVkbmggZm9yIGNcdTFlZTdhIHRoXHUxZWJiIDxsYWJlbD4gblx1MDBlYW4gXHUwMTExXHUwMWIwXHUxZWUzYyBsaVx1MDBlYW4ga1x1MWViZnQgdlx1MWVkYmkgdGh1XHUxZWQ5YyB0XHUwMGVkbmggaWQgY1x1MWVlN2EgdHJcdTAxYjBcdTFlZGRuZyBuaFx1MWVhZHAgbGlcdTFlYzd1IG5cdTAwZTBvIFx1MDExMVx1MWVjMyB0XHUxZWExbyBtXHUxZWQxaSBsaVx1MDBlYW4ga1x1MWViZnQgclx1MDBmNSByXHUwMGUwbmc/PFwvc3Ryb25nPjxcL3A+XG48ZGl2PlxuPGRpdj5BLiBUaHVcdTFlZDljIHRcdTAwZWRuaCBuYW1lPFwvZGl2PlxuPGRpdj5CLiBUaHVcdTFlZDljIHRcdTAwZWRuaCBjbGFzczxcL2Rpdj5cbjxkaXY+Qy4gPHN0cm9uZz5UaHVcdTFlZDljIHRcdTAwZWRuaCBpZDxcL3N0cm9uZz48XC9kaXY+XG48ZGl2PkQuIFRodVx1MWVkOWMgdFx1MDBlZG5oIHZhbHVlPFwvZGl2PlxuPFwvZGl2PlxuPGhyIHN0eWxlPVwiYm9yZGVyLXRvcDogMXB4IGRhc2hlZCAjY2NjOyBtYXJnaW46IDEwcHggMDtcIj5cbjxcL2Rpdj5cbjxkaXY+XG48cD48c3Ryb25nPjIxLiBUaHVcdTFlZDljIHRcdTAwZWRuaCB2YWx1ZSBjXHUxZWU3YSB0aFx1MWViYiA8b3B0aW9uPiB0cm9uZyBkYW5oIHNcdTAwZTFjaCB0aFx1MWVhMyB4dVx1MWVkMW5nIEhUTUwgZFx1MDBmOW5nIFx1MDExMVx1MWVjMyBsXHUwMGUwbSBnXHUwMGVjPzxcL3N0cm9uZz48XC9wPlxuPGRpdj5cbjxkaXY+QS4gXHUwMTEwXHUxZWI3dCB2XHUwMTAzbiBiXHUxZWEzbiBoaVx1MWVjM24gdGhcdTFlY2IgY2hvIHRcdTAwZjl5IGNoXHUxZWNkbi48XC9kaXY+XG48ZGl2PkIuIFhcdTAwZTFjIFx1MDExMVx1MWVjYm5oIHRoXHUxZWU5IHRcdTFlZjEgY1x1MWVlN2EgdFx1MDBmOXkgY2hcdTFlY2RuIHRyb25nIGRhbmggc1x1MDBlMWNoLjxcL2Rpdj5cbjxkaXY+Qy4gPHN0cm9uZz5DdW5nIGNcdTFlYTVwIGdpXHUwMGUxIHRyXHUxZWNiIHNcdTFlYmQgXHUwMTExXHUwMWIwXHUxZWUzYyBnXHUxZWVkaSBcdTAxMTFpIGtoaSBiaVx1MWVjM3UgbVx1MWVhYnUgXHUwMTExXHUwMWIwXHUxZWUzYyBnXHUxZWVkaS48XC9zdHJvbmc+PFwvZGl2PlxuPGRpdj5ELiBcdTAxMTBcdTAwZTFuaCBkXHUxZWE1dSB0XHUwMGY5eSBjaFx1MWVjZG4gXHUwMTExXHUwMWIwXHUxZWUzYyBjaFx1MWVjZG4gbVx1MWViN2MgXHUwMTExXHUxZWNibmguPFwvZGl2PlxuPFwvZGl2PlxuPGhyIHN0eWxlPVwiYm9yZGVyLXRvcDogMXB4IGRhc2hlZCAjY2NjOyBtYXJnaW46IDEwcHggMDtcIj5cbjxcL2Rpdj5cbjxkaXY+XG48cD48c3Ryb25nPjIyLiBLaGkgc1x1MWVlZCBkXHUxZWU1bmcgdGhcdTFlYmIgYDxpbnB1dD5gIHZcdTFlZGJpIGB0eXBlPW51bWJlcmAsIHRodVx1MWVkOWMgdFx1MDBlZG5oIG5cdTAwZTBvIGNcdTAwZjMgdGhcdTFlYzMgXHUwMTExXHUwMWIwXHUxZWUzYyBzXHUxZWVkIGRcdTFlZTVuZyBcdTAxMTFcdTFlYzMgXHUwMTExXHUxZWI3dCBraG9cdTFlYTNuZyBjXHUwMGUxY2ggZ2lcdTFlZWZhIGNcdTAwZTFjIGdpXHUwMGUxIHRyXHUxZWNiIGhcdTFlZTNwIGxcdTFlYzcgXHUwMTExXHUwMWIwXHUxZWUzYyBjaFx1MWVhNXAgbmhcdTFlYWRuPzxcL3N0cm9uZz48XC9wPlxuPGRpdj5cbjxkaXY+QS4gbWF4bGVuZ3RoPFwvZGl2PlxuPGRpdj5CLiA8c3Ryb25nPnN0ZXA8XC9zdHJvbmc+PFwvZGl2PlxuPGRpdj5DLiBzaXplPFwvZGl2PlxuPGRpdj5ELiBtaW5sZW5ndGg8XC9kaXY+XG48XC9kaXY+XG48aHIgc3R5bGU9XCJib3JkZXItdG9wOiAxcHggZGFzaGVkICNjY2M7IG1hcmdpbjogMTBweCAwO1wiPlxuPFwvZGl2PlxuPGRpdj5cbjxwPjxzdHJvbmc+MjMuIFRoXHUxZWJiIEhUTUwgblx1MDBlMG8gXHUwMTExXHUwMWIwXHUxZWUzYyBkXHUwMGY5bmcgXHUwMTExXHUxZWMzIHRcdTFlYTFvIHJhIG1cdTFlZDl0IHZcdTAwZjluZyB2XHUwMTAzbiBiXHUxZWEzbiBcdTAxMTFhIGRcdTAwZjJuZyBjaG8gcGhcdTAwZTlwIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmcgbmhcdTFlYWRwIGxpXHUxZWM3dT88XC9zdHJvbmc+PFwvcD5cbjxkaXY+XG48ZGl2PkEuIFRoXHUxZWJiIDxpbnB1dCB0eXBlPXRleHRhcmVhPjxcL2Rpdj5cbjxkaXY+Qi4gVGhcdTFlYmIgPGlucHV0IHR5cGU9dGV4dCBzaXplPW1hbnk+PFwvZGl2PlxuPGRpdj5DLiA8c3Ryb25nPlRoXHUxZWJiIDx0ZXh0YXJlYT48XC9zdHJvbmc+PFwvZGl2PlxuPGRpdj5ELiBUaFx1MWViYiA8aW5wdXQgdHlwZT1tdWx0aWxpbmU+PFwvZGl2PlxuPFwvZGl2PlxuPGhyIHN0eWxlPVwiYm9yZGVyLXRvcDogMXB4IGRhc2hlZCAjY2NjOyBtYXJnaW46IDEwcHggMDtcIj5cbjxcL2Rpdj5cbjxkaXY+XG48cD48c3Ryb25nPjI0LiBcdTAxMTBcdTFlYzMgdFx1MWVhMW8gbVx1MWVkOXQgblx1MDBmYXQgZ1x1MWVlZGkgYmlcdTFlYzN1IG1cdTFlYWJ1IHRyb25nIEhUTUwsIGdpXHUwMGUxIHRyXHUxZWNiIG5cdTAwZTBvIGNcdTFlZTdhIHRodVx1MWVkOWMgdFx1MDBlZG5oIHR5cGUgY1x1MWVlN2EgdGhcdTFlYmIgPGlucHV0PiBob1x1MWViN2MgPGJ1dHRvbj4gXHUwMTExXHUwMWIwXHUxZWUzYyBzXHUxZWVkIGRcdTFlZTVuZz88XC9zdHJvbmc+PFwvcD5cbjxkaXY+XG48ZGl2PkEuIHJlc2V0PFwvZGl2PlxuPGRpdj5CLiBidXR0b248XC9kaXY+XG48ZGl2PkMuIDxzdHJvbmc+c3VibWl0PFwvc3Ryb25nPjxcL2Rpdj5cbjxkaXY+RC4gdGV4dDxcL2Rpdj5cbjxcL2Rpdj5cbjxociBzdHlsZT1cImJvcmRlci10b3A6IDFweCBkYXNoZWQgI2NjYzsgbWFyZ2luOiAxMHB4IDA7XCI+XG48XC9kaXY+XG48ZGl2PlxuPHA+PHN0cm9uZz4yNS4gVGhcdTFlYmIgSFRNTCBuXHUwMGUwbyBcdTAxMTFcdTAxYjBcdTFlZTNjIHNcdTFlZWQgZFx1MWVlNW5nIFx1MDExMVx1MWVjMyBuaFx1MDBmM20gY1x1MDBlMWMgdFx1MDBmOXkgY2hcdTFlY2RuIGxcdTFlZjFhIGNoXHUxZWNkbiBtXHUwMGUwIG5nXHUwMWIwXHUxZWRkaSBkXHUwMGY5bmcgY2hcdTFlYzkgY1x1MDBmMyB0aFx1MWVjMyBjaFx1MWVjZG4gbVx1MWVkOXQgdHJvbmcgc1x1MWVkMSBcdTAxMTFcdTAwZjM/PFwvc3Ryb25nPjxcL3A+XG48ZGl2PlxuPGRpdj5BLiBUaFx1MWViYiA8c2VsZWN0PjxcL2Rpdj5cbjxkaXY+Qi4gVGhcdTFlYmIgPG9wdGdyb3VwPjxcL2Rpdj5cbjxkaXY+Qy4gPHN0cm9uZz5UaFx1MWViYiA8aW5wdXQgdHlwZT1yYWRpbz4gKHRyb25nIGNcdTAwZjluZyBtXHUxZWQ5dCBuaFx1MDBmM20gbmFtZSk8XC9zdHJvbmc+PFwvZGl2PlxuPGRpdj5ELiBUaFx1MWViYiA8dGV4dGFyZWE+PFwvZGl2PlxuPFwvZGl2PlxuPGhyIHN0eWxlPVwiYm9yZGVyLXRvcDogMXB4IGRhc2hlZCAjY2NjOyBtYXJnaW46IDEwcHggMDtcIj5cbjxcL2Rpdj4iLCJxdWl6X2ltYWdlIjoiIiwicXVpel9jYXRlZ29yeV9pZCI6IjEzMTIiLCJxdWVzdGlvbl9pZHMiOiIxODY5NTEsMTg2OTUyLDE4Njk1MywxODY5NTQsMTg2OTU1LDE4Njk1NiwxODY5NTcsMTg2OTU4LDE4Njk1OSwxODY5NjAsMTg2OTYxLDE4Njk2MiwxODY5NjMsMTg2OTY0LDE4Njk2NSwxODY5NjYsMTg2OTY3LDE4Njk2OCwxODY5NjksMTg2OTcwLDE4Njk3MSwxODY5NzIsMTg2OTczLDE4Njk3NCwxODY5NzUiLCJvcmRlcmluZyI6IjY1NjgiLCJwdWJsaXNoZWQiOiIxIiwiY3JlYXRlX2RhdGUiOiIyMDI1LTA4LTE1IDAyOjIwOjQ4IiwicXVpel91cmwiOiIiLCJpbnRlcnZhbHMiOiJbe1wiaW50ZXJ2YWxfbWluXCI6XCIwXCIsXCJpbnRlcnZhbF9tYXhcIjpcIjI1XCIsXCJpbnRlcnZhbF90ZXh0XCI6XCJcIixcImludGVydmFsX2ltYWdlXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X3VybFwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF9kZWxheVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlXCI6XCJcIixcImludGVydmFsX2ZpbGVfaWRcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9uYW1lXCI6XCJcIixcImludGVydmFsX2dhbWlwcmVzc19wb2ludFwiOlwiXCIsXCJpbnRlcnZhbF93cHJvZHVjdFwiOlwiXCIsXCJpbnRlcnZhbF9rZXl3b3JkXCI6XCJBXCJ9LHtcImludGVydmFsX21pblwiOlwiMjZcIixcImludGVydmFsX21heFwiOlwiNTBcIixcImludGVydmFsX3RleHRcIjpcIlwiLFwiaW50ZXJ2YWxfaW1hZ2VcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfdXJsXCI6XCJcIixcImludGVydmFsX3JlZGlyZWN0X2RlbGF5XCI6XCJcIixcImludGVydmFsX2ZpbGVcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZV9pZFwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX25hbWVcIjpcIlwiLFwiaW50ZXJ2YWxfZ2FtaXByZXNzX3BvaW50XCI6XCJcIixcImludGVydmFsX3dwcm9kdWN0XCI6XCJcIixcImludGVydmFsX2tleXdvcmRcIjpcIkJcIn0se1wiaW50ZXJ2YWxfbWluXCI6XCI1MVwiLFwiaW50ZXJ2YWxfbWF4XCI6XCI3NVwiLFwiaW50ZXJ2YWxfdGV4dFwiOlwiXCIsXCJpbnRlcnZhbF9pbWFnZVwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF91cmxcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfZGVsYXlcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX2lkXCI6XCJcIixcImludGVydmFsX2ZpbGVfbmFtZVwiOlwiXCIsXCJpbnRlcnZhbF9nYW1pcHJlc3NfcG9pbnRcIjpcIlwiLFwiaW50ZXJ2YWxfd3Byb2R1Y3RcIjpcIlwiLFwiaW50ZXJ2YWxfa2V5d29yZFwiOlwiQ1wifSx7XCJpbnRlcnZhbF9taW5cIjpcIjc2XCIsXCJpbnRlcnZhbF9tYXhcIjpcIjEwMFwiLFwiaW50ZXJ2YWxfdGV4dFwiOlwiXCIsXCJpbnRlcnZhbF9pbWFnZVwiOlwiXCIsXCJpbnRlcnZhbF9yZWRpcmVjdF91cmxcIjpcIlwiLFwiaW50ZXJ2YWxfcmVkaXJlY3RfZGVsYXlcIjpcIlwiLFwiaW50ZXJ2YWxfZmlsZVwiOlwiXCIsXCJpbnRlcnZhbF9maWxlX2lkXCI6XCJcIixcImludGVydmFsX2ZpbGVfbmFtZVwiOlwiXCIsXCJpbnRlcnZhbF9nYW1pcHJlc3NfcG9pbnRcIjpcIlwiLFwiaW50ZXJ2YWxfd3Byb2R1Y3RcIjpcIlwiLFwiaW50ZXJ2YWxfa2V5d29yZFwiOlwiRFwifV0iLCJpc191c2VyX2xvZ2dlZF9pbiI6ZmFsc2UsInF1aXpfYW5pbWF0aW9uX3RvcCI6MTAwLCJxdWl6X2VuYWJsZV9hbmltYXRpb25fdG9wIjoib24iLCJzdG9yZV9hbGxfbm90X2ZpbmlzaGVkX3Jlc3VsdHMiOmZhbHNlfQ=='; </script> <input type='hidden' name='quiz_id' value='6568'/> <input type='hidden' name='start_date' class='ays-start-date'/> <input type='hidden' name='ays_end_date' class='ays-quiz-end-date'/> <input type='hidden' name='ays_finish_quiz_nonce_6568' value='3a026568eb'/> </form></div> </div> </div> <div class='yarpp yarpp-related yarpp-related-website yarpp-template-list'> <!-- YARPP List --> <h3>Đề trắc nghiệm liên quan:</h3><ol> <li><a href="https://hamhoc.org/chan-troi-trac-nghiem-tin-hoc-ung-dung-12-bai-a3-thuc-hanh-ket-noi-thiet-bi-so-voi-may-tinh/" rel="bookmark" title="[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài A3: Thực hành kết nối thiết bị số với máy tính">[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài A3: Thực hành kết nối thiết bị số với máy tính</a></li> <li><a href="https://hamhoc.org/chan-troi-trac-nghiem-tin-hoc-ung-dung-12-bai-e5-nhung-ma-va-tao-bang-chuyen-hinh-anh/" rel="bookmark" title="[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài E5: Nhúng mã và tạo băng chuyền hình ảnh">[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài E5: Nhúng mã và tạo băng chuyền hình ảnh</a></li> <li><a href="https://hamhoc.org/chan-troi-trac-nghiem-tin-hoc-ung-dung-12-bai-e4-su-dung-content-blocks-button-divider/" rel="bookmark" title="[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài E4: Sử dụng Content Blocks, Button, Divider">[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài E4: Sử dụng Content Blocks, Button, Divider</a></li> <li><a href="https://hamhoc.org/chan-troi-trac-nghiem-tin-hoc-ung-dung-12-bai-f8-mot-so-thuoc-tinh-co-ban-cua-css/" rel="bookmark" title="[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F8: Một số thuộc tính cơ bản của CSS">[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F8: Một số thuộc tính cơ bản của CSS</a></li> <li><a href="https://hamhoc.org/chan-troi-trac-nghiem-tin-hoc-ung-dung-12-bai-f9-mot-so-ki-thuat-dinh-kieu-bang-vung-chon-trong-css/" rel="bookmark" title="[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F9: Một số kĩ thuật định kiểu bằng vùng chọn trong CSS">[Chân trời] Trắc nghiệm Tin học ứng dụng 12 bài F9: Một số kĩ thuật định kiểu bằng vùng chọn trong CSS</a></li> </ol> </div> </div> <footer class="entry-meta" aria-label="Meta bài viết"> <span class="cat-links"><span class="gp-icon icon-categories"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M0 112c0-26.51 21.49-48 48-48h110.014a48 48 0 0143.592 27.907l12.349 26.791A16 16 0 00228.486 128H464c26.51 0 48 21.49 48 48v224c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112z" /></svg></span><span class="screen-reader-text">Danh mục </span><a href="https://hamhoc.org/lop-12/trac-nghiem-tin-hoc-ung-dung-12-chan-troi-sang-tao/" rel="category tag">Trắc nghiệm Tin học ứng dụng 12 chân trời sáng tạo</a></span> <nav id="nav-below" class="post-navigation" aria-label="Bài viết"> <div class="nav-previous"><span class="gp-icon icon-arrow-left"><svg viewBox="0 0 192 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M178.425 138.212c0 2.265-1.133 4.813-2.832 6.512L64.276 256.001l111.317 111.277c1.7 1.7 2.832 4.247 2.832 6.513 0 2.265-1.133 4.813-2.832 6.512L161.43 394.46c-1.7 1.7-4.249 2.832-6.514 2.832-2.266 0-4.816-1.133-6.515-2.832L16.407 262.514c-1.699-1.7-2.832-4.248-2.832-6.513 0-2.265 1.133-4.813 2.832-6.512l131.994-131.947c1.7-1.699 4.249-2.831 6.515-2.831 2.265 0 4.815 1.132 6.514 2.831l14.163 14.157c1.7 1.7 2.832 3.965 2.832 6.513z" fill-rule="nonzero" /></svg></span><span class="prev"><a href="https://hamhoc.org/chan-troi-trac-nghiem-lich-su-12-bai-10-khai-quat-ve-cuong-cuoc-doi-moi-tu-nam-1986-den-nay/" rel="prev">[Chân trời] Trắc nghiệm Lịch sử 12 bài 10: Khái quát về cuông cuộc Đổi mới từ năm 1986 đến nay</a></span></div><div class="nav-next"><span class="gp-icon icon-arrow-right"><svg viewBox="0 0 192 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M178.425 256.001c0 2.266-1.133 4.815-2.832 6.515L43.599 394.509c-1.7 1.7-4.248 2.833-6.514 2.833s-4.816-1.133-6.515-2.833l-14.163-14.162c-1.699-1.7-2.832-3.966-2.832-6.515 0-2.266 1.133-4.815 2.832-6.515l111.317-111.316L16.407 144.685c-1.699-1.7-2.832-4.249-2.832-6.515s1.133-4.815 2.832-6.515l14.163-14.162c1.7-1.7 4.249-2.833 6.515-2.833s4.815 1.133 6.514 2.833l131.994 131.993c1.7 1.7 2.832 4.249 2.832 6.515z" fill-rule="nonzero" /></svg></span><span class="next"><a href="https://hamhoc.org/canh-dieu-trac-nghiem-am-nhac-12-bai-10-li-thuyet-am-nhac-mot-so-hop-am-cua-giong-re-thu/" rel="next">[Cánh diều] Trắc nghiệm Âm nhạc 12 Bài 10: Lí thuyết âm nhạc Một số hợp âm của giọng Rê thứ</a></span></div> </nav> </footer> </div> </article> </main> </div> </div> </div> <div class="site-footer grid-container"> <footer class="site-info" aria-label="Trang" itemtype="https://schema.org/WPFooter" itemscope> <div class="inside-site-info grid-container"> <div class="copyright-bar"> © 2025 Ham Học <br> <a href="https://hamhoc.org/about-us/" target="_blank" rel="noopener nofollow">Giới thiệu</a><a href="https://hamhoc.org/disclaimer/" target="_blank" rel="noopener nofollow">Miễn trừ trách nhiệm</a><a href="https://hamhoc.org/policy/" target="_blank" rel="noopener nofollow">Chính sách bảo mật</a><a href="https://hamhoc.org/policy/content/" target="_blank" rel="noopener nofollow">Chính sách nội dung</a><a href="https://hamhoc.org/contact/" target="_blank" rel="noopener nofollow">Liên hệ</a> </div> </div> </footer> </div> <a title="Di chuyển lên đầu trang" aria-label="Di chuyển lên đầu trang" rel="nofollow" href="#" class="generate-back-to-top" data-scroll-speed="400" data-start-scroll="300" role="button"> <span class="gp-icon icon-arrow-up"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M305.863 314.916c0 2.266-1.133 4.815-2.832 6.514l-14.157 14.163c-1.699 1.7-3.964 2.832-6.513 2.832-2.265 0-4.813-1.133-6.512-2.832L164.572 224.276 53.295 335.593c-1.699 1.7-4.247 2.832-6.512 2.832-2.265 0-4.814-1.133-6.513-2.832L26.113 321.43c-1.699-1.7-2.831-4.248-2.831-6.514s1.132-4.816 2.831-6.515L158.06 176.408c1.699-1.7 4.247-2.833 6.512-2.833 2.265 0 4.814 1.133 6.513 2.833L303.03 308.4c1.7 1.7 2.832 4.249 2.832 6.515z" fill-rule="nonzero" /></svg></span> </a><script id="generate-a11y">!function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("mousedown",function(){e.classList.add("using-mouse")}),e.addEventListener("keydown",function(){e.classList.remove("using-mouse")})}}();</script> <div class="gp-modal gp-search-modal" id="gp-search"> <div class="gp-modal__overlay" tabindex="-1" data-gpmodal-close> <div class="gp-modal__container"> <form role="search" method="get" class="search-modal-form" action="https://hamhoc.org/"> <label for="search-modal-input" class="screen-reader-text">Tìm kiếm cho:</label> <div class="search-modal-fields"> <input id="search-modal-input" type="search" class="search-field" placeholder="Tìm kiếm …" value="" name="s" /> <button aria-label="Tìm kiếm"><span class="gp-icon icon-search"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path fill-rule="evenodd" clip-rule="evenodd" d="M208 48c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160S296.366 48 208 48zM0 208C0 93.125 93.125 0 208 0s208 93.125 208 208c0 48.741-16.765 93.566-44.843 129.024l133.826 134.018c9.366 9.379 9.355 24.575-.025 33.941-9.379 9.366-24.575 9.355-33.941-.025L337.238 370.987C301.747 399.167 256.839 416 208 416 93.125 416 0 322.875 0 208z" /></svg></span></button> </div> </form> </div> </div> </div> <script> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <link rel='stylesheet' id='quiz-maker-font-awesome-css' href='https://hamhoc.org/wp-content/plugins/quiz-maker/public/css/quiz-maker-font-awesome.min.css?ver=21.8.1' media='all' /> <link rel='stylesheet' id='quiz-maker-sweetalert-css-css' href='https://hamhoc.org/wp-content/plugins/quiz-maker/public/css/quiz-maker-sweetalert2.min.css?ver=21.8.1' media='all' /> <link rel='stylesheet' id='quiz-maker-animate-css' href='https://hamhoc.org/wp-content/plugins/quiz-maker/public/css/animate.css?ver=21.8.1' media='all' /> <link rel='stylesheet' id='quiz-maker-animations-css' href='https://hamhoc.org/wp-content/plugins/quiz-maker/public/css/animations.css?ver=21.8.1' media='all' /> <link rel='stylesheet' id='quiz-maker-rating-css' href='https://hamhoc.org/wp-content/plugins/quiz-maker/public/css/rating.min.css?ver=21.8.1' media='all' /> <link rel='stylesheet' id='quiz-maker-select2-css' href='https://hamhoc.org/wp-content/plugins/quiz-maker/public/css/quiz-maker-select2.min.css?ver=21.8.1' media='all' /> <link rel='stylesheet' id='quiz-maker-loaders-css' href='https://hamhoc.org/wp-content/plugins/quiz-maker/public/css/loaders.css?ver=21.8.1' media='all' /> <link rel='stylesheet' id='quiz-maker-dataTable-min-css' href='https://hamhoc.org/wp-content/plugins/quiz-maker/public/css/quiz-maker-dataTables.min.css?ver=21.8.1' media='all' /> <link rel='stylesheet' id='yarppRelatedCss-css' href='https://hamhoc.org/wp-content/plugins/yet-another-related-posts-plugin/style/related.css?ver=5.30.11' media='all' /> <!--[if lte IE 11]> <script src="https://hamhoc.org/wp-content/themes/generatepress/assets/js/classList.min.js?ver=3.5.1" id="generate-classlist-js"></script> <![endif]--> <script id="generate-menu-js-extra"> var generatepressMenu = {"toggleOpenedSubMenus":"1","openSubMenuLabel":"M\u1edf Sub-menu","closeSubMenuLabel":"\u0110\u00f3ng Sub-menu"}; </script> <script src="https://hamhoc.org/wp-content/themes/generatepress/assets/js/menu.min.js?ver=3.5.1" id="generate-menu-js"></script> <script src="https://hamhoc.org/wp-content/themes/generatepress/assets/dist/modal.js?ver=3.5.1" id="generate-modal-js"></script> <script id="generate-back-to-top-js-extra"> var generatepressBackToTop = {"smooth":"1"}; </script> <script src="https://hamhoc.org/wp-content/themes/generatepress/assets/js/back-to-top.min.js?ver=3.5.1" id="generate-back-to-top-js"></script> <script src="https://hamhoc.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://hamhoc.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://hamhoc.org/wp-includes/js/jquery/ui/effect.min.js?ver=1.13.3" id="jquery-effects-core-js"></script> <script src="https://hamhoc.org/wp-content/plugins/quiz-maker/public/js/quiz-maker-select2.min.js?ver=21.8.1" id="quiz-maker-select2js-js"></script> <script src="https://hamhoc.org/wp-content/plugins/quiz-maker/public/js/quiz-maker-sweetalert2.all.min.js?ver=21.8.1" id="quiz-maker-sweetalert-js-js"></script> <script src="https://hamhoc.org/wp-content/plugins/quiz-maker/public/js/rating.min.js?ver=21.8.1" id="quiz-maker-rate-quiz-js"></script> <script id="quiz-maker-datatable-min-js-extra"> var quizLangDataTableObj = {"sEmptyTable":"No data available in table","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Loading...","sProcessing":"Processing...","sSearch":"Search:","sZeroRecords":"No matching records found","sFirst":"First","sLast":"Last","sNext":"Next","sPrevious":"Previous","sSortAscending":": activate to sort column ascending","sSortDescending":": activate to sort column descending"}; </script> <script src="https://hamhoc.org/wp-content/plugins/quiz-maker/public/js/quiz-maker-datatable.min.js?ver=21.8.1" id="quiz-maker-datatable-min-js"></script> <script src="https://hamhoc.org/wp-content/plugins/quiz-maker/public/js/quiz-maker-functions.js?ver=21.8.1" id="quiz-maker-functions.js-js"></script> <script id="quiz-maker-ajax-public-js-extra"> var quiz_maker_ajax_public = {"ajax_url":"https:\/\/hamhoc.org\/wp-admin\/admin-ajax.php","warningIcon":"https:\/\/hamhoc.org\/wp-content\/plugins\/quiz-maker\/public\/images\/warning.svg","AYS_QUIZ_PUBLIC_URL":"https:\/\/hamhoc.org\/wp-content\/plugins\/quiz-maker\/public"}; </script> <script src="https://hamhoc.org/wp-content/plugins/quiz-maker/public/js/quiz-maker-public-ajax.js?ver=1757060244" id="quiz-maker-ajax-public-js"></script> <script id="quiz-maker-js-extra"> var quizLangObj = {"notAnsweredText":"B\u1ea1n ch\u01b0a tr\u1ea3 l\u1eddi c\u00e2u h\u1ecfi n\u00e0y","areYouSure":"B\u1ea1n c\u00f3 mu\u1ed1n ho\u00e0n th\u00e0nh b\u00e0i ki\u1ec3m tra kh\u00f4ng? B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn kh\u00f4ng?","sorry":"Sorry","unableStoreData":"We are unable to store your data","connectionLost":"Connection is lost","checkConnection":"Please check your connection and try again","selectPlaceholder":"Ch\u1ecdn m\u1ed9t c\u00e2u tr\u1ea3 l\u1eddi","shareDialog":"Share Dialog","passwordIsWrong":"M\u1eadt kh\u1ea9u sai!","expiredMessage":"The quiz has expired!","day":"day","days":"days","hour":"hour","hours":"hours","minute":"minute","minutes":"minutes","second":"second","seconds":"seconds","alreadyPassedQuiz":"You already passed this quiz.","requiredError":"This is a required question","avg":"avg","votes":"votes","startButtonText":"L\u00e0m b\u00e0i","defaultStartButtonText":"Start","redirectAfter":"Redirecting after","loadResource":"Can't load resource.","somethingWentWrong":"Maybe something went wrong.","show":"Show","hide":"Hide","emptyReportMessage":"You cannot submit an empty report. Please add some details.","reportSentMessage":"Report has been submitted successfully","unansweredQuestion":"Unanswered question","AYS_QUIZ_PUBLIC_URL":"https:\/\/hamhoc.org\/wp-content\/plugins\/quiz-maker\/public"}; </script> <script src="https://hamhoc.org/wp-content/plugins/quiz-maker/public/js/quiz-maker-public.js?ver=1757060244" id="quiz-maker-js"></script> </body> </html>