[test] Player testing

Basic information

  • Owner: -
  • Player ID: test
  • Player URL: -
  • Player title: Player testing
  • Code repository: -

Description

The test player is for RICH player developers to test their player during development. It requires a url parameter, so you should add a test RICH snippet in Markdown editing mode.

The test player only works for your own posts. If you are not the author of the post, it shows up as a raw RICH snippet.

RICH snippet format

```rich-test url={url}
: :
: :
```
  • url={url}
    • The temporary player URL, which can be local or remote. Note that if the URL is http instead of https, the browser may complain and block the mixed content. Just allow the mixed content temporarily.

Example

```rich-test url=https://rich-simple-quiz.storage.googleapis.com/simple-quiz.html
> answer="Alpha Centauri"
What is the closest star system to our Solar System?
```

Unless you copy it to your own post, it appears as a raw RICH snippet:

> answer="Alpha Centauri"
What is the closest star system to our Solar System?
0 comment Comment