πŸŽ“ aceAcademy ← Home
All Tools
How to use Cornell Notes: Write key questions or cue words in the left column as you review. Take your main notes in the right column during class. Write a brief summary in your own words at the bottom after the lecture.
Cues / Questions Key terms, questions
Notes Main content from class / reading
Summary Write in your own words after reviewing β€” the most important step
0 words

${d.title}

${d.subject||'β€”'}
${d.topic||'β€”'}
${d.date||'β€”'}
Cues / Questions
${d.cues||''}
Notes
${d.notes||''}
Summary
${d.summary||''}
`; const w = window.open('', '_blank'); w.document.write(html); w.document.close(); setTimeout(() => w.print(), 400); } // Init renderNoteList(); if (notes.length) { currentIdx = 0; loadIntoForm(notes[0]); } else { document.getElementById('hdrDate').value = new Date().toLocaleDateString(); }