MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / textQuestion

Function textQuestion

pmcaptcha/pmcaptcha.ts:868–870  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

866 return { question: `${a} × ${b}`, answer: String(a * b) };
867 }
868 if (type === 3) {
869 const divisor = rand(2, 12), quotient = rand(3, 15);
870 const dividend = divisor * quotient;
871 return { question: `${dividend} ÷ ${divisor}`, answer: String(quotient) };
872 }
873 if (type === 4) {

Callers 1

sendCaptchaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected