public static final java.lang.String |
ADD_TYPE_PROMPT |
"What do you want to add? (module | deadline | todo | event | grade)" |
public static final java.lang.String |
CALENDAR_DATE_USAGE |
"Please input a date in the current formal academic year." |
public static final java.lang.String |
CALENDAR_USAGE |
"calendar (display | export) /date <date> /view (day | week)" |
public static final java.lang.String |
CALENDAR_VIEW_USAGE |
"Please input either the day or week view." |
public static final java.lang.String |
DAY_KEYWORD |
"day" |
public static final java.lang.String |
DEADLINE_DEADLINE_PROMPT |
"When is %s due?" |
public static final java.lang.String |
DEADLINE_DESCRIPTION_PROMPT |
"What\'s the name of the deadline?" |
public static final java.lang.String |
DEADLINE_KEYWORD |
"deadline" |
public static final java.lang.String |
DELETE_USAGE |
"Usage: delete (task | module | grade /module <module_code>) /no <number>\n Usage: delete (lesson) /type <lesson_type> /code <module_code>" |
public static final java.lang.String |
DISPLAY_KEYWORD |
"display" |
public static final java.lang.String |
DONE_USAGE |
"Usage: done (task | grade /module <module_code> \n /marks <marks>) /no <number>" |
public static final java.lang.String |
EVENT_DESCRIPTION_PROMPT |
"What\'s the name of the event?" |
public static final java.lang.String |
EVENT_END_PROMPT |
"When does %s end? (dd/mm/yyyy hhmm)" |
public static final java.lang.String |
EVENT_KEYWORD |
"event" |
public static final java.lang.String |
EVENT_START_PROMPT |
"When does %s start? (dd/mm/yyyy hhmm)" |
public static final java.lang.String |
EXPORT_KEYWORD |
"export" |
public static final java.lang.String |
GRADE_DESCRIPTION_PROMPT |
"What\'s the name of the assessment? (e.g midterm)" |
public static final java.lang.String |
GRADE_KEYWORD |
"grade" |
public static final java.lang.String |
GRADE_MARKS_PROMPT |
"What\'s your score for %s? (e.g. 20/30)" |
public static final java.lang.String |
GRADE_MODULE_PROMPT |
"What module is %s for? (e.g CS1231)" |
public static final java.lang.String |
GRADE_WEIGHTAGE_PROMPT |
"What\'s the weightage of %s?" |
public static final java.lang.String |
GRADES_KEYWORD |
"grades" |
public static final java.lang.String |
LESSON_KEYWORD |
"lesson" |
public static final java.lang.String |
LESSON_USAGE |
"Usage: lesson /code <module_code> /type <lesson_type> \n /time <start_date> <start_time> /to <end_date> <end_time>" |
public static final java.lang.String |
LIST_USAGE |
"Usage: list (tasks | modules | grades /module <module_code>)" |
public static final java.lang.String |
MARKS_KEYWORD |
"marks" |
public static final java.lang.String |
MODULE_CODE_PROMPT |
"What\'s the module code for %s? (e.g. CS1231)" |
public static final java.lang.String |
MODULE_KEYWORD |
"module" |
public static final java.lang.String |
MODULE_NAME_PROMPT |
"What\'s the name of the module? (e.g. Discrete Mathematics)" |
public static final java.lang.String |
MODULES_KEYWORD |
"modules" |
public static final java.lang.String |
PARSING_ERROR_MESSAGE |
"An unexpected error occurred while processing your command." |
public static final java.lang.String |
TASK_INVALID_WEIGHTAGE |
"Please enter a weightage between 0 to 100. (enter \'nil\' to skip)" |
public static final java.lang.String |
TASK_KEYWORD |
"task" |
public static final java.lang.String |
TASK_MODULE_PROMPT |
"What module is %s for? (enter \'nil\' to skip)" |
public static final java.lang.String |
TASK_WEIGHTAGE_PROMPT |
"If this is an assessment, what\'s its weightage? (enter \'nil\' to skip)" |
public static final java.lang.String |
TASKS_KEYWORD |
"tasks" |
public static final java.lang.String |
TODO_DESCRIPTION_PROMPT |
"What\'s the to-do about?" |
public static final java.lang.String |
TODO_KEYWORD |
"todo" |
public static final java.lang.String |
UNMARK_USAGE |
"Usage: unmark task /no <number>" |
public static final java.lang.String |
WEEK_KEYWORD |
"week" |