Skip to content

Instantly share code, notes, and snippets.

@jquave
Created April 27, 2015 03:49
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 jquave/ce9d598edd094d4eda66 to your computer and use it in GitHub Desktop.
Save jquave/ce9d598edd094d4eda66 to your computer and use it in GitHub Desktop.
Slide
=====
A slide is just information. This is rich text produced from Markdown. Can include code segments.
Video
=====
A video in MP4 format
Regex
=====
The user will be presented an area to type in their code. We can check it using regex in javascript.
Swift
=====
A Swift challenge will present users an area to type in their code. This code is then compiled on a backend Mac server and executed. The response from the server will contain an array of true/false values based on a list of conditions.
For example, if you ask a user to set the variable x to 5, you would create a condition:
Condition( "(x==5)" )
Click
=====
Given an image, the challenge is to click the correct location. This is useful for making sure someone learns where to click to open a tab or view in Xcode on the Storyboard side of things.
Drag
=====
Given an image, the challenge is to drag from and to the correct location. This is useful for making sure someone learns where to click to open a tab or view in Xcode on the Storyboard side of things.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment