Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jlo-french-english-instructions #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
118 changes: 118 additions & 0 deletions french-english-instructions
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
-- Judgement of Line Orientation
UPDATE tasks SET
from_platform = "PSHARPLAB",
task_type = "EXPERIMENTAL",
name = "Lines and Angles Game",
description = "Participants must judge and match the angle of a line",
external_url = "",
config = '{
"taskConfig": {},
"metadata": [
{
"componentName": "DISPLAYCOMPONENT",
"componentConfig": {
"title": {
"en": "Welcome to the Lines and Angles Game",
"fr": "Bienvenue au Jeu des Lignes et des Angles"
},
"sections": [
{
"sectionType": "text",
"textContent": {
"en": "Please read the instructions carefully.",
"fr": "Lisez attentivement les instructions."
}
},
{
"sectionType": "text",
"textContent": {
"en": "Click \\"NEXT\\" to continue",
"fr": "Cliquez sur \\"SUIVANT\\" pour continuer"
}
}
],
"buttons": {
"isStart": false,
"previousDisabled": true,
"nextDisabled": false
}
}
},
{
"componentName": "DISPLAYCOMPONENT",
"componentConfig": {
"title": "",
"sections": [
{
"sectionType": "text",
"textContent": {
"en": "You will be shown a line like this:",
"fr": "Une ligne comme celle-ci sera affichée:"
}
},
{
"sectionType": "text",
"textContent": {
"en": "Underneath it, you will see a set of 15 lines:",
"fr": "En dessous, vous verrez un ensemble de 15 lignes:"
}
},
{
"sectionType": "text",
"textContent": {
"en": "With your mouse, click on the line that matches the angle of the single line at the top. There will be 20 lines to match and you’ll have 10 seconds for each line.",
"fr": "Avec votre souris vous devrez cliquer sur la ligne qui correspond à l’angle de la ligne unique en haut. Vous aurez 20 lignes à identifier et vous disposerez de 10 secondes pour chaque ligne."
}
},
{
"sectionType": "text",
"textContent": {
"en": "Click \\"NEXT\\" to start",
"fr": "Cliquez sur \\"SUIVANT\\" pour commencer"
}
}
],
"buttons": {
"isStart": false,
"previousDisabled": true,
"nextDisabled": false
}
}
},
{
"componentName": "DISPLAYCOMPONENT",
"componentConfig": {
"title": "",
"sections": [
{
"sectionType": "text",
"textContent": {
"en": "Congratulations! You completed the game.",
"fr": "Félicitations! Vous avez terminé le jeu."
}
},
{
"sectionType": "text",
"textContent": {
"en": "Thank you for your participation.",
"fr": "Merci pour votre participation."
}
},
{
"sectionType": "text",
"textContent": {
"en": "Click \\"CONTINUE\\"",
"fr": "Cliquez sur \\"CONTINUER\\""
}
}
],
"buttons": {
"isStart": false,
"previousDisabled": true,
"nextDisabled": false
}
}
}
]
}'

Loading