mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-18 22:13:58 +00:00
v3 init
Based of v3.0.0b10.
This commit is contained in:
50
src/interface/QuizData.ts
Normal file
50
src/interface/QuizData.ts
Normal file
@@ -0,0 +1,50 @@
|
||||
export interface QuizData {
|
||||
offerId: string
|
||||
quizId: string
|
||||
quizCategory: string
|
||||
IsCurrentQuestionCompleted: boolean
|
||||
quizRenderSummaryPage: boolean
|
||||
resetQuiz: boolean
|
||||
userClickedOnHint: boolean
|
||||
isDemoEnabled: boolean
|
||||
correctAnswer: string
|
||||
isMultiChoiceQuizType: boolean
|
||||
isPutInOrderQuizType: boolean
|
||||
isListicleQuizType: boolean
|
||||
isWOTQuizType: boolean
|
||||
isBugsForRewardsQuizType: boolean
|
||||
currentQuestionNumber: number
|
||||
maxQuestions: number
|
||||
resetTrackingCounters: boolean
|
||||
showWelcomePanel: boolean
|
||||
isAjaxCall: boolean
|
||||
showHint: boolean
|
||||
numberOfOptions: number
|
||||
isMobile: boolean
|
||||
inRewardsMode: boolean
|
||||
enableDailySetWelcomePane: boolean
|
||||
enableDailySetNonWelcomePane: boolean
|
||||
isDailySetUrlOffer: boolean
|
||||
isDailySetFlightEnabled: boolean
|
||||
dailySetUrlOfferId: string
|
||||
earnedCredits: number
|
||||
maxCredits: number
|
||||
creditsPerQuestion: number
|
||||
userAlreadyClickedOptions: number
|
||||
hasUserClickedOnOption: boolean
|
||||
recentAnswerChoice: string
|
||||
sessionTimerSeconds: string
|
||||
isOverlayMinimized: number
|
||||
ScreenReaderMsgOnMove: string
|
||||
ScreenReaderMsgOnDrop: string
|
||||
IsPartialPointsEnabled: boolean
|
||||
PrioritizeUrlOverCookies: boolean
|
||||
UseNewReportActivityAPI: boolean
|
||||
CorrectlyAnsweredQuestionCount: number
|
||||
showJoinRewardsPage: boolean
|
||||
CorrectOptionAnswer_WOT: string
|
||||
WrongOptionAnswer_WOT: string
|
||||
enableSlideAnimation: boolean
|
||||
ariaLoggingEnabled: boolean
|
||||
UseQuestionIndexInActivityId: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user