ІТ-02 Котляр Олександр

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

1 Is there any inconsistency in the UI?

(buttons disabled)
2 Is there any inconsistency in the UI?

Має бути інший курсор плану ” ⵊ ”


3 Is there any inconsistency in the UI?

Поле не доступне для редагування


4 How checkbox can be checked off?

Натиснути на нього ще раз


5 The gender selection is implemented on screen below. Please describe the weak points of this
implementation and propose better way of implementation.

По-перше, необхідно зробити 2 окремих варіанти, так як ми маємо лише одну стать. По-друге,
треба використати radio button, так як обрати ми маємо один варіант, а не декілька.
6 Please, propose improvements for the part of the screen below.
Requirement: if ‘no thanks’ checkbox is checked off other fields should be disabled

По-перше “No thanks” має бути кнопкою, щоб ми одразу могли пропустити вибір. По-друге, “bonus”
а не ”bunus”.

7 Please provide your recommendations regarding improvements of the part of screen below.

використати “radio buttons”


8 Would a radio button be a better choice? (select between Portrait and Landscape mode, Portrait uses by
default )

Так, краще використати “radio button”


9 Is radio button the best choice?

Краще залишити варіант “Don`t show this again” і використати “check button”
10 Is it the best implementation of the part of screen?

Впринципі виглядає нормально, але можливо краще зробити в стовпчик,а не в рядок.


11 What is mixed-state for checkbox?

Дозволяє зняти або виділити всі чекбокси


12 Can we use checkboxes as a progress indicator?

Можна, але виглядає не дуже. Краще використати полоску загрузки


13 Can we use the selection of a checkbox to perform commands?

Ні
14 Can we use the selection of a checkbox to dynamically display other controls related to the selected
control (screen readers cannot detect such events)?

Ні
15 Can we use the selection of a checkbox to display other windows, such as a dialog box to gather more
input?

Ні
16 Are there any inconsistency in the relationship between radio buttons and checkboxes?
Requirement: when ‘Custom’ radio-button is selected all checkboxes are enabled.
Якщо не вибрано Custom, краще прибрати чекбокси повністю.
17 Is it the best implementation of screen?

Ні, краще зробити 3 “radio buttons”


18 How implementation of screen can be improved?

По-перше потрібно прибрати слово “Alignment”. По-друге, можна розмістити варанти в одну лінію,
щоб краще було зрозуміло.
19 Is it the best way of the controls’ location on the screen?

Так, виглядає впринципі нормально.


20 Is it right to leave editable text boxes and drop-down lists enabled if they share the radio button's label?
(See example). What requirement should be for the editable field?

Поле має бути заблокованим, поки не вибрано варіант “Pages”.


21 What is list-box, drop-down list, combobox? What are the two types of combobox?

List-box – список, із якого користувач може обрати один або декілька пунктів
drop-down list – це поле у якому при натисканні випадаютє список можливих значень.
Combobox - це поле у якому при натисканні випадають запропоновані значення, але також можна
ввести вручну.
22 There are numbers from 1 to 31 (day of month) in dropdown list. How we can select 5?

Натискаємо на кнопку, щоб розгорнути список і вибираємо варіант “5”


23 There are numbers from 1 to 31 (day of month) in dropdown list. How we can change selection between
3, 30, 31 items?

Так само як і в 22 завданні обираємо спочатку варіант “3”, потім відкриваємо ще раз список і
вибираємо “30”, і знову відкриваємо список і вибираємо “31”

You might also like