/** * @desc Makes a new Store Key. This attaches a submitted forms data to the db insert event. * @return string The store key. */ public static function MakeNewKey() { if (!isset(WebworkQuestionFactory::$_currentkey)) { WebworkQuestionFactory::$_currentkey = 46; } WebworkQuestionFactory::$_currentkey++; return WebworkQuestionFactory::$_currentkey; }