1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import { elaborationAndReflection } from "https://esm.town/v/petermillspaugh/elaborationAndReflection";
import { encodingAndConsolidation } from "https://esm.town/v/petermillspaugh/encodingAndConsolidation";
import { generation } from "https://esm.town/v/petermillspaugh/generation";
import { growthMindset } from "https://esm.town/v/petermillspaugh/growthMindset";
import { interleaving } from "https://esm.town/v/petermillspaugh/interleaving";
import { learningAboutLearning } from "https://esm.town/v/petermillspaugh/learningAboutLearning";
import { retrievalPractice } from "https://esm.town/v/petermillspaugh/retrievalPractice";
import { spacedRepetition } from "https://esm.town/v/petermillspaugh/spacedRepetition";
import { variedPractice } from "https://esm.town/v/petermillspaugh/variedPractice";
import { yourBrain } from "https://esm.town/v/petermillspaugh/yourBrain";
export const lessons = {
0: retrievalPractice,
1: spacedRepetition,
2: interleaving,
3: variedPractice,
4: elaborationAndReflection,
5: encodingAndConsolidation,
6: generation,
7: growthMindset,
8: yourBrain,
9: learningAboutLearning,
};
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
January 1, 2024