Showing posts with label Jesue Online. Show all posts
Showing posts with label Jesue Online. Show all posts

Sunday, February 04, 2007

Jesue Online: Progress @ 2007.02.04

Status: Pre-Alpha #07.02.04, Stage 2/5
  • Correct answer is not shown in Practice Mode. ( Fixed & Verified )
  • Commit the progress with Manager. ( Succeed )

Queued Tasks:
  • Graph and voice question implementation. ( Not Implemented )
  • Send users new answer queue when users joined a contest. ( Not Implemented )
  • Answer filter for question type Choice on client. User is restricted to enter choices which is available in current question. ( Not Implemented )
  • When creating contests, control number of questions to give users for each type of question. ( Not Implemented )
  • Time synchorize between server and client. Clients don't use their system clock. Server will issue time signals to control all clients when event occured. ( Not Implemented )
  • Client may send customized packet to server, in order to join other contest they should not joined. ( Not Fixed )

Friday, February 02, 2007

Jesue Online: Progress @ 2007.02.02

Status: Pre-Alpha #07.02.02, Stage 1/5 Completed
  • Combination of choices and fill-in-blank question type. ( Finished & Verified )
  • Answer randomize. ( Finished & Verified )
    if ( !graphPath.isEmpty() )
    sendGraph( graphPath );
    if ( !voicePath.isEmpty() )
    sendVoice( voicePath );

    readVoice, readGraph
  • Graph and voice question implementation. ( Not Implemented )

Queued Tasks:
  • Correct answer is not shown in Practice Mode. ( In Progress )