0.0.57 • Published 24 days ago

guided-interview v0.0.57

Weekly downloads
-
License
-
Repository
-
Last release
24 days ago

Guided Interview

An interview consists of a series of questions arranged in any way. For example:

{
    "name": {
        "id": "name",
        "type": "text",
        "title": "What is your name?",
    },
    "age": {
        "id": "age",
        "type": "number",
        "title": "How old are you?",
    },
    "licence": {
        "id": "licence",
        "type": "text",
        "title": "Write your driver’s licence number",
        "logic": {
            "showIf": "age.value >= 18"
        }
    }
}

The answers to these questions are saved in variables that can be used in subsequent questions.

You can use these results saved in variables to not show some questions.

Install

npm install guided-interview

Usage

import { GuidedInterview } from 'guided-interview'

const guidedInterview = new GuidedInterview({ interviewParams: params })

Publish package

Build library

npm run build

Run this command in terminal

np
0.0.57

24 days ago

0.0.56

25 days ago

0.0.55

27 days ago

0.0.51

28 days ago

0.0.52

28 days ago

0.0.53

28 days ago

0.0.54

28 days ago

0.0.50

28 days ago

0.0.48

30 days ago

0.0.49

29 days ago

0.0.47

1 month ago

0.0.46

1 month ago

0.0.40

6 months ago

0.0.41

6 months ago

0.0.42

6 months ago

0.0.43

6 months ago

0.0.44

6 months ago

0.0.45

6 months ago

0.0.37

6 months ago

0.0.38

6 months ago

0.0.39

6 months ago

0.0.34

7 months ago

0.0.35

6 months ago

0.0.36

6 months ago

0.0.20

8 months ago

0.0.21

8 months ago

0.0.22

8 months ago

0.0.23

8 months ago

0.0.24

8 months ago

0.0.25

8 months ago

0.0.19

8 months ago

0.0.30

7 months ago

0.0.31

7 months ago

0.0.32

7 months ago

0.0.33

7 months ago

0.0.26

7 months ago

0.0.27

7 months ago

0.0.28

7 months ago

0.0.29

7 months ago

0.0.16

9 months ago

0.0.17

9 months ago

0.0.18

9 months ago

0.0.10

10 months ago

0.0.11

10 months ago

0.0.12

10 months ago

0.0.13

10 months ago

0.0.14

10 months ago

0.0.3

10 months ago

0.0.15

9 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.2

1 year ago