|
| 1 | +--- |
| 2 | +id: quick1.1 |
| 3 | +title: Quick Introduction |
| 4 | +sidebar_label: Create a Playground |
| 5 | +--- |
| 6 | + |
| 7 | +import Image from '../../src/components/Image'; |
| 8 | + |
| 9 | + |
| 10 | +The goal of this tutorial is to construct your own digital twin! |
| 11 | + |
| 12 | +It should be able to reply to questions about yourself like: |
| 13 | +* "Where were you born?" |
| 14 | +* "What do you like to eat?" |
| 15 | +* "Who is your best friend?" |
| 16 | +* "What languages do you speak?" |
| 17 | + |
| 18 | +and other things you would like him to know or not 😉 |
| 19 | + |
| 20 | +While you will create your digital twin, I will create mine 😀 so we are also going to know each other better .... |
| 21 | + |
| 22 | +Let's create an account to get started! This can be done by accessing the following [website](https://qanswer-frontend.univ-st-etienne.fr/user/signup). |
| 23 | + |
| 24 | +<Image src='/img/newUI/register.png' alt='Sign up'/> |
| 25 | + |
| 26 | +As soon as your account is created, you will be redirected to the login page: |
| 27 | + |
| 28 | +<Image src='/img/newUI/login.png' alt='Login'/> |
| 29 | + |
| 30 | +When you are logged in, you will enter in the <b>QA Systems</b> page: |
| 31 | + |
| 32 | +<Image src='/img/newUI/qa-systems-empty.png' alt='QA Systems'/> |
| 33 | + |
| 34 | + |
| 35 | +Choose create a <i> New Playground</i> and you will get here: |
| 36 | + |
| 37 | +<Image src='/img/newUI/new-playground.png' alt='New Playground'/> |
| 38 | + |
| 39 | +You can click on it to show the different options possible: |
| 40 | + |
| 41 | +<Image src='/img/newUI/playground-show-edit-button.png' alt='New Playground Options'/> |
| 42 | + |
| 43 | +Click on edit: |
| 44 | + |
| 45 | +<Image src='/img/newUI/edit-page.png' alt='Edit Page'/> |
| 46 | + |
| 47 | + |
| 48 | +Ok, our playground is ready... so let's start playing 😀 |
0 commit comments