DEV Community

Cover image for Transform ChatGPT Conversations with a Custom Rating System - ๐ŸŽ๐ŸŽ๐ŸŽ (3.5/5)
Rob McCormack
Rob McCormack

Posted on

Transform ChatGPT Conversations with a Custom Rating System - ๐ŸŽ๐ŸŽ๐ŸŽ (3.5/5)

ChatGPT 4 is required.

Powered by AImarkdown

In a Hurry?:

Introduction

Discover how to swiftly incorporate a visually appealing "rating system" to your ChatGPT conversations.

Use cases include:

  1. Add your own visually appealing rating system to any ChatGPT content.
  2. Using ChatGPT AI analysis to rate something you've written.

Screenshot on iPhone

โฑ๏ธ Your 30 Second Guide

Steps:

1: Copy all the text below and paste into any ChatGPT or ChatGPT Builder chat session:

AI Instructions for Rating System:

1. Convert text like [Rating: X/Y] to โ˜…โ˜…โ˜…ยฝ (X/Y).
2. Keep other text as is, including any Markdown tags.
3. Display without elaboration.
Enter fullscreen mode Exit fullscreen mode

2: Now, you can use prompts such as:

a) Please rate my essay (without making any changes to it) out of 5 using Rating System
b) Then, make improvements to it, and rate it again.

### History of Canada

Canada's history stretches back thousands of yeers, with Indigenous pepoles inhabiting the land long before European contat. First Nations, Inuit, and Mรฉtis populations developed rich cultures, languages and traditions intrinisically tied to there land. European explorers, begining with the Vikings around 1000 AD, and later French and British colonizers, dramatically altered the landskap. The fur trade feeled early economic activity, while competition between France and Britan lead to conflicts like the Seven Years' War, ultimately resulting in British dominance by the late 1700s
Enter fullscreen mode Exit fullscreen mode

You can also instruct ChatGPT by typing things like:

Do that again, but use ๐Ÿ… as the rating system.

Do that again but use โญ and rate it out of 10.

I think the move "School of Rock" deserves a rating of [Rating: 4/5]
Enter fullscreen mode Exit fullscreen mode

Examples

Rating can be out of anything you want, and display any symbol or Emoji that you want

โ˜…โ˜…โ˜…ยฝ (3.5/5)

๐ŸŽ๐ŸŽ๐ŸŽยฝ (3.5/5)

โญโญโญโญ (4/4)

Note:

  • Since we are asking ChatGPT to do something it says it can't do, this technique may not be perfectly reliable within the existing chat interface.
  • I have written OpenAI developers to ask that this feature using AImarkdown Script added (with a more direct method).

Making a custom version

  • Say you want to use the tomato Emoji as your default ๐ŸŽ and always rate it out 100% rather than a scale.

  • Just change the AI instructions to:
    then

AI Instructions for Rating System:

1. Convert text like [Rating: X%] to ๐ŸŽ X%.
2. Keep other text as is, including any Markdown tags.
3. Display without elaboration.
Enter fullscreen mode Exit fullscreen mode

Use Basic Formatting (Markdown)

Markdown Tip:

  • If you want the raw Markdown version (just the plain text) of the ChatGPT response, just type:

Can you give me that as Markdown, in a Markdown code window.

  • Then, ChatGPT will give you the raw Markdown version you can work with.

Sample Emojis you could use with the "Rating System".

Food

  1. ๐ŸŽ๐ŸŽ๐ŸŽยฝ (3.5/5) _ (Apples, whole and half)_
  2. ๐Ÿ“๐Ÿ“๐Ÿ“ยฝ (3.5/5) (Strawberries)
  3. ๐Ÿ•๐Ÿ•๐Ÿ•ยฝ (3.5/5) _ (Pizza slices)_
  4. ๐ŸŒฎ๐ŸŒฎ๐ŸŒฎยฝ (3.5/5) _ (Tacos)_
  5. ๐Ÿฐ๐Ÿฐ๐Ÿฐยฝ (3.5/5) _ (Cake slices)_

Nature

  1. ๐ŸŒป๐ŸŒป๐ŸŒปยฝ (3.5/5) (Sunflowers)
  2. ๐ŸŒฒ๐ŸŒฒ๐ŸŒฒยฝ (3.5/5) _ (Trees)_
  3. ๐Ÿฆ‹๐Ÿฆ‹๐Ÿฆ‹ยฝ (3.5/5) _ (Butterflies)_
  4. ๐Ÿž๐Ÿž๐Ÿžยฝ (3.5/5) _ (Ladybugs)_

Celestial

  1. ๐ŸŒ•๐ŸŒ•๐ŸŒ•ยฝ (3.5/5) _ (Moon phases)_
  2. โ˜€๏ธโ˜€๏ธโ˜€๏ธยฝ (3.5/5) _ (Sun and cloud)_

Miscellaneous

  1. ๐Ÿ’Ž๐Ÿ’Ž๐Ÿ’Žยฝ (3.5/5) _ (Diamonds)_
  2. ๐Ÿ’ก๐Ÿ’ก๐Ÿ’กยฝ (3.5/5) (Lightbulbs - representing ideas)
  3. ๐Ÿ‘๐Ÿ‘๐Ÿ‘ยฝ (3.5/5) _ (Thumbs up/down)_
  4. ๐Ÿ…๐Ÿ…๐Ÿ…ยฝ (3.5/5) (Medals)
  5. ๐Ÿšฉ๐Ÿšฉ๐Ÿšฉยฝ (3.5/5) _ (Flags)_

What is this technique of using snippets called?

The AI Instruction snippets are part of the larger AImarkdown Script Language,
For more info visit: https://aimarkdown.org

For simple tasks like a "Rating System", short snippets is the a better solution to controlling ChatGPT than more complex AImarkdown Script.

Conclusion

This simple technique adds a valuable layer of interactivity to ChatGPT conversations. Whether you're soliciting feedback on your writing, rating products or services, or just adding a touch of fun to your chats, the rating system provides a visually engaging way to interact. As ChatGPT and AImarkdown Script continue to evolve, we can expect even more creative and powerful ways to customize our interactions with AI.


Appendix: Taking it Further

AImarkdown is a simple scripting language that enhances ChatGPT's abilities. We'll use a tiny bit of it to unlock image display. It is meant for programmers and non-programmers alike.

Explore more AImarkdown Script Articles:

  1. Anyone Can Add Beautiful Interactive Images in ChatGPT 4 (in 30 Seconds): Here's How
  2. Finally! You Can Colorize ChatGPT Output With AImarkdown Script: Here's How

  3. Unlock Event-Driven ChatGPT Apps With AImarkdown Script: The Power of Triggers

  4. Enhancing Python Execution in ChatGPT with AImarkdown Script

  5. AIMarkdown Script: A Scripting Language to Unlock ChatGPT's Potential

  6. ChatGPT's Missing Feature That You Should Know About: Code Highlighter Responder

  7. Using Python in ChatGPT with AImarkdown Script - Part One

  8. ResponseDial For ChatGPT: Optimize Your Workflow and Take Control of Your GPT Responses

  9. Making a ChatGPT Blackjack Game that Coaches You with AImarkdown Script

  10. How to Instantly Add "Date Stamps" In ChatGPT Conversations

Top comments (0)