Variable

Naming options of a Question in Quiz

Naming options of a Question in Quiz
  1. What are the five rules for naming variables?

What are the five rules for naming variables?

A variable name must start with a letter or an underscore character (_) A variable name cannot start with a digit. A variable name can only contain alpha-numeric characters and underscores ( a-z, A-Z , 0-9 , and _ ) Variable names are case-sensitive (age, Age and AGE are three different variables)

What is alternative way to show information without tooltip on mobile? [duplicate]
What can I use instead of a tooltip?Are there tooltips on mobile?When should you not use tooltip? What can I use instead of a tooltip?You can use mo...
Best Practices vs. user research
What is the difference between user research and UX research?What are the best user research methods?What is best practice in qualitative research?Wh...
How should I design a text field that doubles as text view in a form?
What is text field example?What does text field mean? What is text field example?A text field is a basic text control that enables the user to type ...