mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-18 13:01:33 +12:00
add real time quiz.
This commit is contained in:
parent
4e8ad17d1c
commit
8069dd8578
7 changed files with 135 additions and 12 deletions
|
@ -1144,7 +1144,7 @@ namespace HISP.Game
|
|||
// Event : Real Time Quiz
|
||||
public static string FormatEventRealTimeQuizMeta(int questionNo, int totalMistakes, string category, string question)
|
||||
{
|
||||
return EventMetaRealTimeQuizFormat.Replace("%QUESTIONNUMBER%", questionNo.ToString()).Replace("%MISTAKES%", questionNo.ToString()).Replace("%CATEGORY%", category).Replace("%QUESTIONTEXT%", question);
|
||||
return EventMetaRealTimeQuizFormat.Replace("%QUESTIONNUMBER%", questionNo.ToString()).Replace("%MISTAKES%", totalMistakes.ToString()).Replace("%CATEGORY%", category).Replace("%QUESTIONTEXT%", question);
|
||||
}
|
||||
public static string FormatEventRealTimeQuizBonus(int bonusMoney)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue