Create Diagnosis - Select a type.
Name Diagnosis
This is a type of diagnosis where the diagnosis results will be displayed upon entering text such as a name.
Name Diagnosis v2
An improved and more feature-rich version 2. It uses a new system where you create "diagnosis parts" and place them in result templates. We recommend using this version for creating new diagnoses.
Create Name Diagnosis v2- Your ○○ Rating Diagnosis
- A simple diagnosis sample that shows "Your ○○ rating" with a random number from 0 to 100.
- Recommended Fruit
- A very simple diagnosis sample. Uses one list.
- Your Future Revealed
- A diagnosis that creates sentences by combining three lists: "when", "where", and "what happens".
- Today's Recommended Vegetable
- A slightly complex diagnosis. Uses the "array access" feature to extract specific parts from comma-separated list values.
- 10-Pull Gacha
- You can control the probability of values appearing by setting counts in the list.
- Next Week's Dinner Menu
- A sample that prevents list values from duplicating. Uses the [duplicate control] feature by adding [!] to list parts to prevent the same value from appearing.
- Daily Time Allocation
- A sample using variable parts to perform calculations in advance. Calculates to total 24 hours.
- School Grades - Radar Chart
- Displays grades across multiple subjects using a radar chart.
- Future Fortune - Line Chart
- Displays future fortune trends using a line chart.
- Homework Completion Comparison - Bar Chart
- Compares homework completion rates between yourself and others using a bar chart.
- Curry Ingredients - Pie Chart
- Displays curry ingredient ratios using a pie chart.
- Today's Ramen - Scatter Plot
- Uses a scatter plot to display a point on two axes (oil amount and flavor intensity).
- Class Seating Chart - Table Chart
- Displays a class seating chart using a table chart.
- Your Character Relationships - Correlation Chart
- Visualizes relationships between you and multiple characters using a correlation chart.
- Lottery - Shuffle Effect
- Uses the shuffle feature of effect parts to present lottery results.
- Fortune Teller's Message - Typing Effect
- Uses the typing feature of effect parts to display text character by character, creating a fortune teller atmosphere
- Certificate - Canvas Effect
- Uses the "Canvas" feature of effect parts to composite images and text, displaying a single image.
- [Function Guide] Numeric Calculation Functions
- (Advanced) A comprehensive sample covering numeric functions (random, calc, sum, average, max, min, count). Uses school test results to demonstrate various calculations.
- [Function Guide] Logical and Conditional Functions
- (Advanced) A comprehensive sample covering conditional and logical functions (if, switch, and, or, includes). Uses creature classification as examples.
- [Function Guide] Array Manipulation Functions
- (Advanced) A comprehensive sample covering array manipulation functions (count, indexOf, push, remove, removeAt, removeAll, clear, join). Uses vegetable shopping as an example.
- [Function Guide] Practical Use of set, push, and calc Functions
- (Advanced) A sample demonstrating variable updates, array element addition, and calculations while shopping. Manages bag contents and remaining money using the set function.
Name Diagnosis v1
The traditional name-based diagnosis. You can still create diagnoses using this version.
Create Name Diagnosis v1- Your XX Score
- This diagnosis uses a list of numbers 0-100 to generate the user's "XX Score."
- Recommended Fruit
- A simple diagnosis that uses just one list.
- Your Fortune
- This diagnosis uses three lists to create somewhat complex sentences.
- Today's recommended vegetable
- By separating the list values with commas, changing the list variable [LIST1] to [LIST1-1] and then adding "hyphen+value", you can display a value at a specified location from the list values.
- 10 successive lottery draws
- A sample that uses the "list branch function" to create 10 successive lottery draws.
- Next Week's Dinners
- This sample uses the list branch number function to display a range of values using just one list (List 1), and through list options settings, deletes all incidences of a value in List 1 once that value has been used, ensuring that a given value is displayed only once.
- CALC Function: Addition
- This sample uses the CALC function to display the total of the displayed information.
- CALC Function: Addition and Multiplication
- This sample uses a combination of CALC function addition and multiplication.
- CALC Function: Divide Value
- This sample uses a CALC function to divide up a given numerical value. The end value is calculated by subtracting the displayed values from the total value.
- SUMLIST Function
- Using the SUMLIST function, branch numbers may be applied in order to simultaneously calculate the totals of multiple displayed values.
- RAND_N function
- A sample that uses RAND_N function to display random numerical values without using a list.
- IF Function
- This sample uses the IF function in order to adjust the displayed information according to the [LIST1] values.
- IF Function, AND Function
- This sample uses the IF function and the AND function in order to adjust the displayed information according to a set of conditions.
- IF Function, OR Function
- This sample uses the IF funciton and the OR function in order to adjust the displayed information according to a set of conditions.
- CHART Function: RADAR Chart
- This diagnoses uses the chart function =CHART() in order to create a radar chart.
- CHART Function: LINE Chart
- This diagnoses uses the chart function =CHART() in order to create a line chart (line graph).
- CHART Function: BAR Chart
- This diagnoses uses the chart function =CHART() in order to create a bar chart (bar graph).
- CHART Function: PIE Chart
- This diagnoses uses the chart function =CHART() in order to create a pie chart (pie graph).
- CHART Function: SCATTER Chart
- Use =CHART() for the chart function to create a diagnosis that generates a scatter chart.
- CHART Function TABLE chart
- This diagnosis uses the chart function =CHART() to generate a table.
- EF_SHUFFLE function
- Shuffling effect function. You can add a shuffle effect when using =EF_SHUFFLE() when displaying diagnosis results.
- Samples using a variety of list functions
- Multiple list functions: Samples using (MAXLIST, MINLIST, AVERAGELIST,COUNTLIST, COUNTIFLIST,SUMIFLIST)
- EF_TYPING function
- Typing effect function. You can use =EF_TYPING() to create the effect of the text of the diagnosis results being displayed one character at a time, as if being typed out.
Branching diagnosis
This is a type of diagnosis that branches out into different questions as the user selects options such as "yes" or "no" in response to each question, with the diagnosis results displayed at the end.
Create Branching diagnosis- How you should spend your day off
- This sample illustrates a branching diagnosis with seven questions and eight sets of results.
Check Diagnosis
This is a type of diagnosis where you answer by checking options, and the result is displayed based on the total score of the checked options.
Create Check Diagnosis- Digital Detox Diagnosis
- This is a sample check diagnosis to determine if you need a digital detox (taking a break from electronic devices to rest your mind).
AI diagnosis
This type of diagnosis utilizes the API of the AI chat bot ChatGPT to generate diagnosis results using ChatGPT. You can easily create a diagnosis by registering the content (prompt) that you want ChatGPT to respond with as well as the content you want the user to enter.
Create AI diagnosis- Fictitious recipe
- This is a sample of an AI diagnosis. The AI will respond with a fictitious dish and its recipe.
- A drink that goes well with your favorite dish
- This is a sample of an AI diagnosis. Enter your favorite dish and the AI will suggest a drink to go with it.
- AI Recommends Travel Destinations
- This is a sample AI diagnosis. By answering a few questions, the AI will recommend a travel destination for you.