Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
students:value-calculator-quiz [2024/01/26 19:59] – steve.wang | students:value-calculator-quiz [2024/01/27 01:42] (current) – steve.wang | ||
---|---|---|---|
Line 1004: | Line 1004: | ||
} | } | ||
//Idea for using & character for passing information inspired by bardAI | //Idea for using & character for passing information inspired by bardAI | ||
- | |||
function createLinkWithData (link){ | function createLinkWithData (link){ | ||
let outputLink = link | let outputLink = link | ||
answers.forEach(x => { | answers.forEach(x => { | ||
- | outputLink += '&' | + | outputLink += '&' |
}) | }) | ||
// | // |