Skip to content

Instantly share code, notes, and snippets.

@ohiofi
Last active May 24, 2018 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ohiofi/d211889a19b16d30f9176ebd015c9dd6 to your computer and use it in GitHub Desktop.
Save ohiofi/d211889a19b16d30f9176ebd015c9dd6 to your computer and use it in GitHub Desktop.
Google Sheets Code to Automatically Grade a Multi-Select Question
=countif(C2,"*Jupiter*")+countif(C2,"*Mars*")+countif(C2,"*Neptune*")+countif(C2,"<>*Ares*")+countif(C2,"<>*Poseiden*")
@ohiofi
Copy link
Author

ohiofi commented Nov 5, 2016

+1 point if answer includes Jupiter, +1 point if answer includes Mars, +1 point if answer includes Neptune, +1 point if answer does NOT include Ares, +1 point if answer does NOT include Poseiden

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment