@withjoy/sdk-js
Version:
Joy Javascript SDK
22 lines (21 loc) • 1.52 kB
TypeScript
declare class RSVPAnalytics {
static peopleWhoShouldAnswerQuestion(people: any, question: any): any;
static answersForQuestion(people: any, question: any): any;
static answeredAnswersForQuestion(people: any, question: any): any;
static unansweredAnswersForQuestion(people: any, question: any): any;
static answersWithStoreValue(people: any, question: any, answerStoreValue: any): any;
static blankAnswersForQuestion(people: any, question: any): any;
static householdsWhoShouldAnswerQuestion(people: any, question: any): any;
static householdsAnswersForQuestion(people: any, question: any): any;
static householdsAnsweredAnswersForQuestion(people: any, question: any): any;
static householdsUnansweredAnswersForQuestion(people: any, question: any): any;
static householdsAnswersWithStoreValue(people: any, question: any, answerStoreValue: any): any;
static peopleCount(people: any): any;
static peopleWhoShouldAnswerQuestionCount(people: any, question: any): any;
static peopleWhoHaveNotAnsweredQuestionCount(people: any, question: any): any;
static answersWithStoreValueCount(people: any, question: any, answerStoreValue: any): any;
static blankAnswersForQuestionCount(people: any, question: any): any;
static householdsAnswersWithStoreValueCount(people: any, question: any, answerStoreValue: any): any;
static all(people: any, questions: any, choiceEvalContext: any, columnManager: any): any;
}
export default RSVPAnalytics;