Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Latest commit

 

History

History
45 lines (34 loc) · 2.38 KB

README.md

File metadata and controls

45 lines (34 loc) · 2.38 KB

Important Notice

We have decided to stop the maintenance of this public GitHub repository.


User research tracking tool for behavioral analysis

Concept

What is it?

API written on Javascript.

Where is it used?

Javascript based prototypes.

Whom does it address?

Primarily UX Designers, UX Researchers, UX Prototypers.

Who will apply it?

Mainly UX Prototypers.

What is it used for?

For tracking the logs during a usability test session. By completing each usability test session, the script generates a file that is a detailed list of all user's interactions. This list can then be consumed in order to visualise the data and create comparable graphics.

What is the idea behind it?

To evaluate quicker prototypes. Under the allowance of the users, easily keep a detailed track of their actions that can be directly extracted and compared among all the usability sessions, in order to quickly evaluate the prototype.

What is the purpose of it?

To test and evaluate new interaction and design concepts before going to production.

What is the technical approach?

Independent from the JS framework used into the prototype.

How to take advantage of it?

Boost the prototype evaluation by its instant output.

  • Compare the tracks between users to calculate average values.
  • Compare the tracks with the expected values to calculate divergence.
  • Compare the tracks of same user to interpret behavior.

Wiki

Visit the following wiki page that is also included in the repository and provides you the documentation. Find the wiki page here.

Copyright and license

Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved.

Except as provided below, this software is licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.You may obtain a copy of the License at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.