Calysto / metakernel

Jupyter/IPython Kernel Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation of exit tickets

Alexanderallenbrown opened this issue · comments

Hello! Love the idea of the exit tickets. Is it possible to get some basic documentation of how these are built? Thanks!!

Here is a sample activity:

{"activity": "poll",
 "instructors": ["dblank"],
 "items": [
      {"id": "1", 
       "question":  """When it comes to learning, metacognition (e.g., thinking about thinking) can be just as important as intelligence.""", 
       "type": "multiple choice",
       "options": ["True", "False"]
      },
      {"id": "2", 
       "question":  """What is the best way to learn from some text?""", 
       "type": "multiple choice",
       "options": ["Read and reread the text.", 
                   "Explain key ideas of the text to yourself while reading.", 
		   "Underline key concepts.", 
		   "Use a highlighter"]
      },
      {"id": "3", 
       "question":  """Intelligence is fixed at birth.""", 
       "type": "multiple choice",
       "options": ["True", "False"]
      },
      {"id": "4", 
       "question":  """You have a test coming up. What’s the best way to review the material?""", 
       "type": "multiple choice",
       "options": ["Circle key points in the textbook.", 
       		   "Review relevant points of the lecture in audio format.", 
		   "Take an informal quiz based on the material."]
      },
      {"id": "5", 
       "question":  """To which of the following should you not tailor your learning?""", 
       "type": "multiple choice",
       "options": ["Learning styles (visual, audio, etc.)", "Previous knowledge", "Interests", "Ability"]
      },
      {"id": "6", 
       "question":  """Learning should be spaced out over time.""", 
       "type": "multiple choice",
       "options": ["True", "False"]
      },
      {"id": "7", 
       "question":  """Right-brained people learn differently from left-brained people.""", 
       "type": "multiple choice",
       "options": ["True", "False"]
      }
   ]
}

And here is a notebook with additional details:

https://athena.brynmawr.edu/jupyter/hub/dblank/public/Activity%20Magic.ipynb