The Net Promoter Score (NPS) is a customer loyalty and advocacy measurement taken from asking customers how likely they are to recommend your product or service to others on a scale of 0-10. It is a common metrics in marketing, market research & customer insights.
Questions tagged [nps]
14 questions
                    
                    4
                    
            votes
                
                0 answers
            
        how to pass command line vairable to nps?
How can I pass parameter from command line to nps script that is called other nps script? I know I can pass parameter to nps script by nps "script arg" but I would like to execute command line like ./pnpm start test.unit file_path to actually…
        
        jacobcan118
        
- 7,797
 - 12
 - 50
 - 95
 
                    2
                    
            votes
                
                0 answers
            
        Sending RADIUS packet with scapy to NPS
I'm trying to send a RADIUS packet with scapy to an NPS so i can get the PEAP certificate for monitoring purposes. To make things simple i captured an Access-Request packet from the WLC to the NPS which gets the correct response of Access-Challenge.…
        
        Matusai
        
- 31
 - 1
 - 2
 
                    1
                    
            vote
                
                0 answers
            
        Decrypted radius access-request packet has appended characters to password
I am configuring radius for various pieces of equipment on my network.  A certain subset of equipment is getting access-reject packets even though I have everything set up correctly from what I can see.  The only thing I can see different is in the…
        
        hyknmt06
        
- 11
 - 3
 
                    1
                    
            vote
                
                0 answers
            
        pandas pivot table: custom aggfunc with margins
I am using pandas to create pivot tables. My data looks usually contains a lot of numeric values which can easily be aggregated with np.mean (e.g. question1), but there is one exception - Net Promoter Score (notice Total 0.00 both for EU and NA)
   …
        
        Alex K.
        
- 51
 - 1
 - 1
 - 7
 
                    1
                    
            vote
                
                1 answer
            
        Call a nested package.json script
So I have a package-scripts folder that holds all my scripts for building in the react environment:
const npsUtils = require('nps-utils')
module.exports = {
  scripts: {
    default: 'react-scripts start',
    build: 'react-scripts build',
   …
        
        Avairhn
        
- 117
 - 1
 - 9
 
                    1
                    
            vote
                
                1 answer
            
        Display all frames of a GIF as a single image
I'm using gif-frames (https://www.npmjs.com/package/gif-frames) to extract frames from animated GIFS. I'd like to save all the frames as a single image.
I know I can use something like https://www.npmjs.com/package/merge-img but I don't know how to…
        
        Gusepo
        
- 837
 - 2
 - 13
 - 26
 
                    0
                    
            votes
                
                0 answers
            
        Radius requests failing from Duo Proxy
I have been working with Duo support on this, and we are at the point where they have told me to start investigating on the MS side.
I am currently running a Radius server for my company on a Windows 19 VM by using the Network Policy Server role . …
        
        hyknmt06
        
- 11
 - 3
 
                    0
                    
            votes
                
                0 answers
            
        How to perform Chi-sqaure test for NPS (Net Promoter Score)?
I want to perform Chi-sqaure test on two sample that would constitute to NPS. But I don't know how to proceed.
SAMPLE A: Promoter: 1000; Passive: 500; Detractor: 300
SAMPLE B: Promoter: 500;  Passive: 300; Detractor: 200
Critical…
        
        Zikra Noman
        
- 45
 - 4
 
                    0
                    
            votes
                
                0 answers
            
        nptracker NPS-DL API (Driving Licence Check is valid using NPS-DL API ) HEX encoded binary string
I have to check the suspect vehicles in South Africa, For this South Africa provides us with API. In API we have to pass a Driving license number or image that I am confused about.
In API we have to pass a hex-encoded binary string. See this URL:…
        
        Nishant Chandwani
        
- 175
 - 3
 - 11
 
                    0
                    
            votes
                
                1 answer
            
        Testing revoke certificates in NPS server
I am testing a NPS server in Windows Server 2022, with PEAP (with certificates), the setup is:
Windows Server 2022 --> AD DS (test.lab), AD CS, NPS
Windows 10 --> Joined to domain
Certs in Windows Server 2022:
certs
NPS…
        
    
                    0
                    
            votes
                
                1 answer
            
        Can one NPS server be used for multiple authentication purposes
I have an NPS server which is configured to let company devices to connect to a bunch of Unifi AP's. Then I have a second NPS server which is configured to require Azure MFA when connecting to RDP sessions from outside the company network (2 defined…
        
    
                    0
                    
            votes
                
                1 answer
            
        Which ADuser's record does NPS check to validate an account? Can we change it?
For a school I implemented eduroam two years ago and from time to time we add new students in the AD.
Five days ago I added 40 more new students but I changed the CN's (or what in New-ADUser is called "-Name") format:
from "name.surname" to…
        
        Alex
        
- 65
 - 9
 
                    0
                    
            votes
                
                0 answers
            
        Calculate monthly rolling net promoter score
I defined the following formula to calculate the Net Promoter Score ("NPS"):
def nps_calc(data):
    promoter_share = data[data.nps > 8].count()/len(data)
    detractor_share = data[data.nps < 7].count()/len(data)
    nps_score =…
        
        J37485
        
- 3
 - 4
 
                    -1
                    
            votes
                
                2 answers
            
        How to create an NPS (Net Promoter Score) logic in windows forms?
I need to create a windows forms GUI via Powershell which shows an NPS-scale from 0-10 and the user should be able to select only 1 of these values (or change it to another value) like radio buttons, but with text inside of each button. Below is the…
        
        Carsten
        
- 1,612
 - 14
 - 21