You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
save it as a .code-snippets in your .vscode folder
You type question and the context menu should pop up and once you click on it the question template should be generated for you
using tab will switch between each section
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Wasn't sure how/where I could include this but here is a code template for creating questions in visual studio code
{ "Create a Question": { "prefix": "question", "body": [ "{", " Question: \"$1\",", " Answer: \"$2\",", " Distractor1: \"$3\",", " Distractor2: \"$4\",", " Distractor3: \"$5\",", " Explanation: \"$6\",", " Link: \"$7\",", "}," ], "description": "Create a Question" } }
save it as a .code-snippets in your .vscode folder
You type question and the context menu should pop up and once you click on it the question template should be generated for you
using tab will switch between each section
Beta Was this translation helpful? Give feedback.
All reactions