Skip to content

Commit

Permalink
basic support for document prompt (new in 2.17)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenolen committed May 19, 2015
1 parent 11708cb commit 71028ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/edu/ucla/cens/mobilize/client/common/PromptType.java
Expand Up @@ -12,7 +12,8 @@ public enum PromptType {
PHOTO,
REMOTE_ACTIVITY,
VIDEO,
AUDIO;
AUDIO,
DOCUMENT;

/**
* @param promptTypeString
Expand Down

0 comments on commit 71028ba

Please sign in to comment.