Guess the Pictures - Scratch Mode

Json Structure

Before continuing, please read the Basic Reskin https://aliendro.id/help-center/basic-reskin 
Guide Reskin for Source code https://aliendro.id/tebak-gambar-scratch-mode-357

  1. Level
    Name String Description
     level_id  number 0,1,2,....
     level_name  string/text for level name
     image_link  string/path for load image
     offline : save image to Asset folder (ex, file:///android_asset/lv1/astro1.jpg)
     oniline : image url (ex, https://aliendro.id/demo/lv1/car3.jpg)
     lock  for lock level
     false = Off
     true = On
  2. Questions
    Name String Description
     question_id  number 0,1,2,....
     level_name  string/text for level name, must same with Level - level_name
     image_question  string/path for load image
     offline : save image to Asset folder (ex, file:///android_asset/lv1/astro1.jpg)
     oniline : image url (ex, https://aliendro.id/demo/lv1/car3.jpg)
     option_A  string/text for option A (ex. SUZUKI)
     option_B  string/text for option B (ex. YAMAHA)
     option_C  string/text for option C (ex. HONDA)
     option_D  string/text for option D (ex. TOYOTA)
     answer  string/text for answer (ex. SUZUKI)

Still have questions?

If you still have a question, you can submit a support request here. Contact Support

This site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.