Commit ·
7befead
1
Parent(s): 9fb3476
Add sample trajectory data (windows + android)
Browse files- .gitattributes +2 -0
- README.md +26 -3
- android/ChangeWallpaperTask.json +61 -0
- android/ChangeWallpaperTask.mcap +3 -0
- android/ChangeWallpaperTask.mkv +3 -0
- android/CheckEventAndSetAlarmAskUserTask.json +91 -0
- android/CheckEventAndSetAlarmAskUserTask.mcap +3 -0
- android/CheckEventAndSetAlarmAskUserTask.mkv +3 -0
- android/CheckGithubInfoTask.json +116 -0
- android/CheckGithubInfoTask.mcap +3 -0
- android/CheckGithubInfoTask.mkv +3 -0
- android/CheckInterviewTimesTask.json +241 -0
- android/CheckInterviewTimesTask.mcap +3 -0
- android/CheckInterviewTimesTask.mkv +3 -0
- android/CheckInvoiceTask1.json +66 -0
- android/CheckInvoiceTask1.mcap +3 -0
- android/CheckInvoiceTask1.mkv +3 -0
- android/ChromeSearchBeijingWeatherTask.json +41 -0
- android/ChromeSearchBeijingWeatherTask.mcap +3 -0
- android/ChromeSearchBeijingWeatherTask.mkv +3 -0
- android/GoogleMapsAlibabaPhoneContactTask.json +96 -0
- android/GoogleMapsAlibabaPhoneContactTask.mcap +3 -0
- android/GoogleMapsAlibabaPhoneContactTask.mkv +3 -0
- android/SendWaiverTask.json +61 -0
- android/SendWaiverTask.mcap +3 -0
- android/SendWaiverTask.mkv +3 -0
- android/SetAlarmTask.json +66 -0
- android/SetAlarmTask.mcap +3 -0
- android/SetAlarmTask.mkv +3 -0
- android/ThanksgivingPrepTask.json +191 -0
- android/ThanksgivingPrepTask.mcap +3 -0
- android/ThanksgivingPrepTask.mkv +3 -0
- windows/AfterEffects-Rotating-Text-GIF-Export.json +101 -0
- windows/AfterEffects-Rotating-Text-GIF-Export.mcap +3 -0
- windows/AfterEffects-Rotating-Text-GIF-Export.mkv +3 -0
- windows/Canva-to-Figma-Presentation-Cover-Design.json +96 -0
- windows/Canva-to-Figma-Presentation-Cover-Design.mcap +3 -0
- windows/Canva-to-Figma-Presentation-Cover-Design.mkv +3 -0
- windows/Figma-to-Framer-Portfolio-Publish.json +81 -0
- windows/Figma-to-Framer-Portfolio-Publish.mcap +3 -0
- windows/Figma-to-Framer-Portfolio-Publish.mkv +3 -0
- windows/Illustrator-to-Cinema4D-Extrude-Layer-to-3D.json +91 -0
- windows/Illustrator-to-Cinema4D-Extrude-Layer-to-3D.mcap +3 -0
- windows/Illustrator-to-Cinema4D-Extrude-Layer-to-3D.mkv +3 -0
- windows/Pinterest-to-Figma-Moodboard-Creation.json +141 -0
- windows/Pinterest-to-Figma-Moodboard-Creation.mcap +3 -0
- windows/Pinterest-to-Figma-Moodboard-Creation.mkv +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
*.mkv filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
*.mcap filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Trajectory-Sample
|
| 6 |
+
|
| 7 |
+
Sample GUI agent trajectory dataset in OWAMcap format.
|
| 8 |
+
|
| 9 |
+
## Structure
|
| 10 |
+
|
| 11 |
+
```
|
| 12 |
+
windows/ # 5 Windows desktop tasks
|
| 13 |
+
macos/ # TBD
|
| 14 |
+
linux/ # TBD
|
| 15 |
+
android/ # 10 Android mobile tasks
|
| 16 |
+
ios/ # TBD
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
+
Each task consists of 3 files:
|
| 20 |
+
- `.mcap` — Input events (mouse/keyboard/touch) + screen metadata
|
| 21 |
+
- `.mkv` — Screen recording video
|
| 22 |
+
- `.json` — Task instruction + human annotations (subgoal-level)
|
| 23 |
+
|
| 24 |
+
## Visualize
|
| 25 |
+
|
| 26 |
+
Use the [dataset visualizer](https://huggingface.co/spaces/clonelabs/visualize_dataset) to browse and replay trajectories.
|
android/ChangeWallpaperTask.json
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "android",
|
| 3 |
+
"instructions": "Change the wallpaper to a photo from the album that features sunflowers.",
|
| 4 |
+
"annotations": [
|
| 5 |
+
{
|
| 6 |
+
"id": "52ca757e-99a2-44b0-a7da-61aacdb0ff48",
|
| 7 |
+
"timestamp_sec": 0.664,
|
| 8 |
+
"text": "To set the wallpaper, I need to open the Settings app, so I will enter the app drawer."
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "dc55b228-1319-4e03-9019-2ae0c4085c01",
|
| 12 |
+
"timestamp_sec": 2.864,
|
| 13 |
+
"text": "I can immediately see the Settings app on this screen, so I will open it."
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"id": "b248328b-a7d5-4313-8999-136f977d597d",
|
| 17 |
+
"timestamp_sec": 4.568,
|
| 18 |
+
"text": "To change the wallpaper, I will tap the magnifying glass icon to move to the search screen, then type \"wallpaper\" in the Search field to search for the relevant setting."
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": "f9ad672b-ee97-49f6-b49d-748953ddf2a2",
|
| 22 |
+
"timestamp_sec": 5.635,
|
| 23 |
+
"text": "<<<I_S>>>wallpaper"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"id": "ae002e2d-391f-41e0-9940-c2f05975b65d",
|
| 27 |
+
"timestamp_sec": 10.122,
|
| 28 |
+
"text": "<<<I_E>>>"
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": "8235c41d-7c7d-41e9-80be-3dea4d990722",
|
| 32 |
+
"timestamp_sec": 10.542,
|
| 33 |
+
"text": "I will scroll through the search results to find the option related to changing the wallpaper."
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "533f49d5-cd2b-4f1a-8e89-495e35730fae",
|
| 37 |
+
"timestamp_sec": 13.608,
|
| 38 |
+
"text": "I think I can change the wallpaper through the Change wallpapers tab, so I will open that tab."
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"id": "7abcbce8-ef43-43fa-bb07-ce0866fdf14a",
|
| 42 |
+
"timestamp_sec": 16.59,
|
| 43 |
+
"text": "To select a photo from the album, I will enter the Gallery tab."
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"id": "c80d2c14-61ee-483d-ba6c-82d2c9ebd8ea",
|
| 47 |
+
"timestamp_sec": 21.017,
|
| 48 |
+
"text": "I can immediately see a sunflower photo, so I will select that image."
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": "aca532b8-64ae-4884-9e4d-8a56892ba2e2",
|
| 52 |
+
"timestamp_sec": 24.399,
|
| 53 |
+
"text": "I need to set the selected sunflower photo as the wallpaper, so I will press Next."
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"id": "d7ff2e31-bb28-479e-a74a-438f7ac94706",
|
| 57 |
+
"timestamp_sec": 27.003,
|
| 58 |
+
"text": "After confirming that the sunflower photo is set as the wallpaper preview, I will press the Done button in the top right corner to complete the change."
|
| 59 |
+
}
|
| 60 |
+
]
|
| 61 |
+
}
|
android/ChangeWallpaperTask.mcap
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74b81af198aed6288dfd5303fdd594700dd000c9ba5e5f5b0980ade0cdba2d8e
|
| 3 |
+
size 65495
|
android/ChangeWallpaperTask.mkv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58a56457a875386ee2f361cbf77a7da294b15ac5b5c01127aa8401051c6e1ab4
|
| 3 |
+
size 13544560
|
android/CheckEventAndSetAlarmAskUserTask.json
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "android",
|
| 3 |
+
"instructions": "Set an alarm in Clock app to remind me of my meeting with Sam 5 minutes in advance.",
|
| 4 |
+
"annotations": [
|
| 5 |
+
{
|
| 6 |
+
"id": "9d294358-0bf0-489a-958e-c08f2f3af8ea",
|
| 7 |
+
"timestamp_sec": 4.193,
|
| 8 |
+
"text": "To check when the meeting with Sam is scheduled, I need to open the Calendar app. Since I need to locate the app, I will swipe to enter the app drawer."
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "90b44631-a01c-482f-ac91-177d558efaf0",
|
| 12 |
+
"timestamp_sec": 5.674,
|
| 13 |
+
"text": "I can see the Calendar app on the current screen, so I will enter that app."
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"id": "3e8988c2-24fa-4cd4-adb0-d7464ccaefbc",
|
| 17 |
+
"timestamp_sec": 8.951,
|
| 18 |
+
"text": "To find the meeting with Sam, I need to locate an event related to Sam, so I will tap the search bar at the top to enter the search field."
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": "74d4bbed-7197-4188-95f0-c342bc3667a4",
|
| 22 |
+
"timestamp_sec": 12.407,
|
| 23 |
+
"text": "To search for events related to Sam, I will type \"Sam\" in the search field and then press the Done button at the bottom right of the keypad to complete the input."
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"id": "68466741-ae4d-4f74-b1f9-118d33626039",
|
| 27 |
+
"timestamp_sec": 12.77,
|
| 28 |
+
"text": "<<<I_S>>>Sam"
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": "faff89ad-942b-47de-bfb2-113a44dd34ed",
|
| 32 |
+
"timestamp_sec": 18.562,
|
| 33 |
+
"text": "<<<I_E>>>"
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "427a5d17-6787-476e-97e1-9c04aee50424",
|
| 37 |
+
"timestamp_sec": 18.769,
|
| 38 |
+
"text": "<<<ENTER>>>"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"id": "448d3e14-31be-4c02-875d-638978eff96c",
|
| 42 |
+
"timestamp_sec": 19.675,
|
| 43 |
+
"text": "On the current screen, I see an event titled Meeting with Sam on the date MARCH 13 Friday, which is likely the meeting with Sam mentioned by the user. Therefore, I will open that event to check the time."
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"id": "952fcee4-6b4c-4241-bd44-acae4f4ebdba",
|
| 47 |
+
"timestamp_sec": 22.228,
|
| 48 |
+
"text": "The Meeting with Sam event is scheduled for 09:00 AM, so I need to set an alarm for 08:55 AM, which is five minutes earlier. Since I need to set an alarm, I will press the Home button on the bottom navigation bar to exit the current app and return to the home screen."
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": "53878783-7a64-4e9c-b430-b8c161e2cfb5",
|
| 52 |
+
"timestamp_sec": 28.5,
|
| 53 |
+
"text": "I do not see the Clock app on the current screen, so I will swipe to enter the app drawer to look for it."
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"id": "91a1ef75-cc4f-434c-b8d8-30131f149904",
|
| 57 |
+
"timestamp_sec": 30.626,
|
| 58 |
+
"text": "I still do not see the Clock app on this screen, so I will tap the search bar at the bottom to enter the search field and look for the app."
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"id": "084c6897-641f-4c05-8ca6-13d159ddf424",
|
| 62 |
+
"timestamp_sec": 34.702,
|
| 63 |
+
"text": "To find the Clock app, I will type \"Clock\" in the search field and then open the app that appears in the results."
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"id": "a9530f6d-b62f-41c1-8374-be2ce4eab9f4",
|
| 67 |
+
"timestamp_sec": 34.982,
|
| 68 |
+
"text": "<<<I_S>>>Clock"
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"id": "dd11afcf-6d0a-465e-b532-e09a8f3c628a",
|
| 72 |
+
"timestamp_sec": 38.219,
|
| 73 |
+
"text": "<<<I_E>>>"
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": "2fa6f19b-8466-47b5-b050-32a5fbf7c8d1",
|
| 77 |
+
"timestamp_sec": 41.275,
|
| 78 |
+
"text": "This popup is not related to the user’s request, so I do not need to configure it right now. Therefore, I will press the Not now button to close the popup."
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"id": "b44d361f-a466-4b5a-8531-31bb9b79d103",
|
| 82 |
+
"timestamp_sec": 46.279,
|
| 83 |
+
"text": "To create a new alarm, I will press the button with the plus icon to navigate to the alarm creation page."
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"id": "e5174b42-eafa-4479-b2bb-92ea124e1e51",
|
| 87 |
+
"timestamp_sec": 49.03,
|
| 88 |
+
"text": "I need to set the alarm to 08:55 AM on Mar 13, so I will press 6 to change it to 8 and change 00 to 55, then press the Save button to create the alarm."
|
| 89 |
+
}
|
| 90 |
+
]
|
| 91 |
+
}
|
android/CheckEventAndSetAlarmAskUserTask.mcap
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:900f7301be9a71875f2930994a661e70ff001ad71a36fb7728e7fe1804eb93cd
|
| 3 |
+
size 82480
|
android/CheckEventAndSetAlarmAskUserTask.mkv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88595835146918490a24cdb8836793ce8c9b8107f5369804b2895f2e79e9c098
|
| 3 |
+
size 12892216
|
android/CheckGithubInfoTask.json
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "android",
|
| 3 |
+
"instructions": "Please check the number of stars and contributors on the AndroidWorld GitHub repository, then send an email to kevin_zhang@example.com with the subject line \"AndroidWorld Repository Stats\" and the following message body:\nThere are XXX stars and XXX contributors in the AndroidWorld repository\n\nReplace \"XXX\" with the actual numbers you find.",
|
| 4 |
+
"annotations": [
|
| 5 |
+
{
|
| 6 |
+
"id": "96c2d835-605b-46d0-8180-37e1a3feca20",
|
| 7 |
+
"timestamp_sec": 1.215,
|
| 8 |
+
"text": "To access the AndroidWorld GitHub webpage, I need to tap the Google folder and then launch Chrome."
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "b6c1ea93-a57f-4cee-a0ea-52268982b67e",
|
| 12 |
+
"timestamp_sec": 4.845,
|
| 13 |
+
"text": "Since I need to perform a search, I will tap the search bar and type \"AndroidWorld GitHub\" into the search field to find the access path."
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"id": "f9ea5a7c-d4b4-4c76-acf1-680de80341f3",
|
| 17 |
+
"timestamp_sec": 5.713,
|
| 18 |
+
"text": "<<<I_S>>>androidworld github"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": "097f0d60-26e6-438d-a645-caa4093b134d",
|
| 22 |
+
"timestamp_sec": 14.699,
|
| 23 |
+
"text": "<<<I_E>>>"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"id": "4106cbb4-40c4-4055-a19f-03ec914d1dca",
|
| 27 |
+
"timestamp_sec": 14.7,
|
| 28 |
+
"text": "<<<ENTER>>>"
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": "a4852cd9-0f55-484d-a9f1-848048e6d45b",
|
| 32 |
+
"timestamp_sec": 15.859,
|
| 33 |
+
"text": "The search results show AndroidWorld GitHub at the top, so I will click that result to enter the webpage."
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "1a1aeab4-3e35-4d82-bfee-ba0ed10372d1",
|
| 37 |
+
"timestamp_sec": 19.221,
|
| 38 |
+
"text": "On the current screen, I can see the number 653 next to the star-shaped icon, which indicates that the number of stars is 653."
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"id": "41b88be2-647b-46bc-b9f5-a1dbbe42a405",
|
| 42 |
+
"timestamp_sec": 20.624,
|
| 43 |
+
"text": "The number of Contributors is not visible on the screen, so I need to scroll down to find it."
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"id": "7d6bb4cb-388f-4f27-bc75-b611ed3ac37a",
|
| 47 |
+
"timestamp_sec": 23.301,
|
| 48 |
+
"text": "I can see the number 13 written next to Contributors, which means the number of contributors is 13."
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": "e029b9d0-f8fa-4636-aec0-db3e58b290a8",
|
| 52 |
+
"timestamp_sec": 24.091,
|
| 53 |
+
"text": "Since I need to send an email, I will press the Home button in the bottom navigation bar to return to the home screen, and then launch Gmail from the Google folder."
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"id": "de309016-53b0-4255-9c2c-3104ad6c4e5a",
|
| 57 |
+
"timestamp_sec": 27.763,
|
| 58 |
+
"text": "To send a new email, I will click the floating button labeled Compose at the bottom."
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"id": "4790ae99-aada-4cee-85cb-7e3b73d7d9b7",
|
| 62 |
+
"timestamp_sec": 31.333,
|
| 63 |
+
"text": "To send the email to kevin_zhang@example.com\n, I will enter \"kevin_zhang@example.com\n\" in the To field."
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"id": "42cdddac-d342-40f6-a1c2-7d84f7e334c4",
|
| 67 |
+
"timestamp_sec": 32.45,
|
| 68 |
+
"text": "<<<I_S>>>kevin_zhang@example.com"
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"id": "772d00ed-2bfe-4c9b-af5a-4dfb78399d35",
|
| 72 |
+
"timestamp_sec": 48.2,
|
| 73 |
+
"text": "<<<I_E>>>"
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": "776173dc-71f9-4150-a348-afa42e1331b5",
|
| 77 |
+
"timestamp_sec": 48.255,
|
| 78 |
+
"text": "<<<ENTER>>>"
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"id": "42554fa7-55fa-424f-823e-9bbc1d6b4b0b",
|
| 82 |
+
"timestamp_sec": 49.56,
|
| 83 |
+
"text": "To set the subject as AndroidWorld Repository Stats, I will type \"AndroidWorld Repository Stats\" into the Subject field."
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"id": "0c572626-2775-4363-a640-f1f80af84c65",
|
| 87 |
+
"timestamp_sec": 51.216,
|
| 88 |
+
"text": "<<<I_S>>>AndroidWorld Repository Stats"
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": "011710ee-2f01-413d-a019-a331ec6bf923",
|
| 92 |
+
"timestamp_sec": 72.307,
|
| 93 |
+
"text": "<<<I_E>>>"
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"id": "466e6907-04e4-4ed2-b753-272941f0c16c",
|
| 97 |
+
"timestamp_sec": 73.039,
|
| 98 |
+
"text": "Since the number of stars is 653 and the number of contributors is 13, I will enter \"There are 653 stars and 13 contributors in the AndroidWorld repository.\" in the body of the email."
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"id": "3f073456-5305-4dec-9957-fe180a6da36a",
|
| 102 |
+
"timestamp_sec": 73.863,
|
| 103 |
+
"text": "<<<I_S>>>There are 653 stars and 13 contributors in the AndroidWorld repository"
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"id": "bdf79be9-7690-48cc-ac8b-813498d752fb",
|
| 107 |
+
"timestamp_sec": 117.753,
|
| 108 |
+
"text": "<<<I_E>>>"
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"id": "b295f49e-e7d6-4540-84ae-97b41c121626",
|
| 112 |
+
"timestamp_sec": 118.36,
|
| 113 |
+
"text": "To send the email I just composed, I will press the send button with the airplane icon at the top right of the screen."
|
| 114 |
+
}
|
| 115 |
+
]
|
| 116 |
+
}
|
android/CheckGithubInfoTask.mcap
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ffa1b8a625195c93374703ff78ce6a23f553367264d58c57d6840656b1a2776
|
| 3 |
+
size 277095
|
android/CheckGithubInfoTask.mkv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33194eae02e8dcfb072f063eda8969df04c5e898ed7411663108d394d3492a2e
|
| 3 |
+
size 81184163
|
android/CheckInterviewTimesTask.json
ADDED
|
@@ -0,0 +1,241 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "android",
|
| 3 |
+
"instructions": "Check my email for any job interviews I have in November. Set calendar events for each of them. Use the company name as the title and the interview time as the start and end time.",
|
| 4 |
+
"annotations": [
|
| 5 |
+
{
|
| 6 |
+
"id": "0b3e2f16-e39b-46f7-b4f4-703f4bd488b9",
|
| 7 |
+
"timestamp_sec": 1.601,
|
| 8 |
+
"text": "To check my email, I will tap the Google folder visible on the current screen and open the Gmail app inside it."
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "03985eb8-ef46-4225-996f-487d22e87adc",
|
| 12 |
+
"timestamp_sec": 4.295,
|
| 13 |
+
"text": "To find emails related to Job interview, I will tap the search bar at the top."
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"id": "a629f4c1-eedf-450a-babd-62771bf7ddef",
|
| 17 |
+
"timestamp_sec": 5.674,
|
| 18 |
+
"text": "I will type \"interview\" in the search field and press the magnifying glass icon at the bottom right of the keypad to view the search results, then look for emails that contain Interview."
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": "31d14013-6aa6-496e-acbf-8a9e595b93b3",
|
| 22 |
+
"timestamp_sec": 5.803,
|
| 23 |
+
"text": "<<<I_S>>>interview"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"id": "734c4354-3945-4d9f-a93b-8248e5373ccf",
|
| 27 |
+
"timestamp_sec": 8.19,
|
| 28 |
+
"text": "<<<I_E>>>"
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": "a01d63e0-0963-480d-b362-d1bbe75a7b9d",
|
| 32 |
+
"timestamp_sec": 8.2,
|
| 33 |
+
"text": "<<<ENTER>>>"
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "e37c0518-a364-47eb-a802-1b4cd71c23e8",
|
| 37 |
+
"timestamp_sec": 9.984,
|
| 38 |
+
"text": "To identify which interviews are scheduled in November, I will open each email that contains Interview one by one."
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"id": "13784ab8-47d5-452b-b619-7591518ef0e8",
|
| 42 |
+
"timestamp_sec": 10.974,
|
| 43 |
+
"text": "The Microsoft email shows that the interview is scheduled in March, so it does not correspond to November and should be excluded. I will press Back to return to the email list to check the next email."
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"id": "82a5173b-f0ac-4f11-8caf-b36ca76f5761",
|
| 47 |
+
"timestamp_sec": 12.965,
|
| 48 |
+
"text": "The Amazon email shows that the interview is scheduled in November, so I will confirm the required schedule information November 20, 2025, at 3:00 PM. Duration: 90 minutes in order to add it later. Since this is the last email, I will press Back to return to the email list."
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": "0651e476-8b80-4986-a85a-31c6d14aaa00",
|
| 52 |
+
"timestamp_sec": 14.48,
|
| 53 |
+
"text": "The OpenAI email shows that the interview is scheduled in September, so it does not correspond to November and should be excluded. I will press Back to return to the email list to check the next email."
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"id": "3dc57662-c026-41d0-8cd7-ca1e483cd3c6",
|
| 57 |
+
"timestamp_sec": 16.291,
|
| 58 |
+
"text": "The Meta email shows that the interview is scheduled in November, so I will note November 3, 2025, at 5:30 PM. Duration: 45 minutes. Then I will press Back to return to the email list and continue checking the next email."
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"id": "e72ad1d3-3310-416d-ba69-ec43fd454ec9",
|
| 62 |
+
"timestamp_sec": 17.899,
|
| 63 |
+
"text": "The Netflix email shows that the interview is scheduled in October, so it does not correspond to November and should be excluded. I will press Back to return to the email list to check the next email."
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"id": "307cd00a-94ca-4a8f-b9bd-19d48a0584cc",
|
| 67 |
+
"timestamp_sec": 19.792,
|
| 68 |
+
"text": "The Google email shows that the interview is scheduled in November, so I will confirm the required schedule information November 12, 2025, from 2 pm to 3 pm. Then I will press Back to return to the email list to check the next email."
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"id": "d5adbc13-13ac-45be-b987-cfd37f7984c1",
|
| 72 |
+
"timestamp_sec": 20.626,
|
| 73 |
+
"text": "Using the interview schedule information confirmed in the emails, I now need to create Event entries in the Calendar, so I will press the Home button on the bottom navigation bar to return to the home screen and locate the Calendar app."
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": "ceac7102-1bc1-48c6-8604-acc9f615dca5",
|
| 77 |
+
"timestamp_sec": 21.708,
|
| 78 |
+
"text": "I do not see the Calendar app on the current screen, so I will swipe to open the app drawer to find it."
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"id": "d5559172-bbf0-40a1-90b5-ad58d28d188b",
|
| 82 |
+
"timestamp_sec": 22.97,
|
| 83 |
+
"text": "I see the Calendar app on this screen, so I will open it."
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"id": "9f79e65a-2710-4f48-8f9c-8ddf68c924de",
|
| 87 |
+
"timestamp_sec": 24.051,
|
| 88 |
+
"text": "Since all interview schedules are in November 2025, I need to change the displayed month. I will tap the March area showing the current month to open the date picker."
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": "5414168d-7203-4722-b97e-3c666060fd8c",
|
| 92 |
+
"timestamp_sec": 25.438,
|
| 93 |
+
"text": "The current date is set to Mar 2026, so I will scroll the date picker and change it to Nov 2025, then press OK to open the calendar for that month."
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"id": "a6f021d5-1ff9-43ca-8f9c-4f06c406c1d6",
|
| 97 |
+
"timestamp_sec": 29.09,
|
| 98 |
+
"text": "The interviews in November 2025 are Meta (November 3, 2025), Google (November 12, 2025), and Amazon (November 20, 2025), so I need to create events for these three companies. I will first tap 3 to register the Meta interview."
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"id": "b1a5372c-f8a9-46ff-864d-e69550e08c39",
|
| 102 |
+
"timestamp_sec": 31.421,
|
| 103 |
+
"text": "I am now on the November 3, 2025 schedule page, so to create an event on this date, I will press the floating + button at the bottom right."
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"id": "39c86d38-8205-43d7-bf28-e19efc5131ff",
|
| 107 |
+
"timestamp_sec": 32.367,
|
| 108 |
+
"text": "Since the user asked to create calendar events, I will select the Event button."
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"id": "75c4a8ec-2752-4261-a7cb-300598a181ba",
|
| 112 |
+
"timestamp_sec": 33.48,
|
| 113 |
+
"text": "The user instructed that the company name should be used as the title, so I will enter \"Meta\" in the Title field."
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"id": "e0c6bac4-2b0d-4825-9948-eb1aa219aa39",
|
| 117 |
+
"timestamp_sec": 33.5,
|
| 118 |
+
"text": "<<<I_S>>>Meta"
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"id": "675b48b5-7015-431c-8359-393040d30ee6",
|
| 122 |
+
"timestamp_sec": 36.385,
|
| 123 |
+
"text": "The user asked to set the interview start and end times, so I will tap the 11:00 PM time button to open the time setting popup."
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"id": "7082d420-387b-4fa5-9086-09cfa1ab8cfe",
|
| 127 |
+
"timestamp_sec": 37.007,
|
| 128 |
+
"text": "<<<I_E>>>"
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"id": "a411626a-851d-4ec7-a014-19f5100e85fe",
|
| 132 |
+
"timestamp_sec": 38.077,
|
| 133 |
+
"text": "The Meta email states at 5:30 PM. Duration: 45 minutes, so the start time is 5:30 PM and the end time is 6:15 PM, and I will set those times accordingly."
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"id": "cc3c78d8-5b87-417c-94ff-591957a5e306",
|
| 137 |
+
"timestamp_sec": 48.876,
|
| 138 |
+
"text": "To create the event I just configured, I will press the check icon in the top right corner."
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"id": "be321c17-2d1b-41a1-995a-09d910c91fe2",
|
| 142 |
+
"timestamp_sec": 50.757,
|
| 143 |
+
"text": "To create the next interview schedule, I will press the Back button on the bottom navigation bar to return to the calendar screen."
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"id": "5c707bad-9c8a-42d9-bced-615ada2b827b",
|
| 147 |
+
"timestamp_sec": 52.701,
|
| 148 |
+
"text": "I will tap 12 to register the Google interview schedule."
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"id": "56a6fe0a-387c-42a0-82de-e8e5b7c2b574",
|
| 152 |
+
"timestamp_sec": 54.035,
|
| 153 |
+
"text": "I am now on the November 12, 2025 schedule page, so to create an event on this date, I will press the floating + button at the bottom right."
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"id": "c8f76460-7f65-4490-810f-c5a6aa3353b6",
|
| 157 |
+
"timestamp_sec": 55.039,
|
| 158 |
+
"text": "Since the user asked to create calendar events, I will press the Event button."
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"id": "576e73bc-9e9c-4588-aadb-ff444dc71f84",
|
| 162 |
+
"timestamp_sec": 56.384,
|
| 163 |
+
"text": "The user instructed that the company name should be used as the title, so I will enter \"Google\" in the Title field."
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"id": "76f9242e-09f2-4d0e-9253-63c0bce40961",
|
| 167 |
+
"timestamp_sec": 56.662,
|
| 168 |
+
"text": "<<<I_S>>>Google"
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"id": "fa42a2d6-8208-4c66-b031-0e12ea70681a",
|
| 172 |
+
"timestamp_sec": 58.34,
|
| 173 |
+
"text": "<<<I_E>>>"
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"id": "f950e534-df71-45a0-82fa-6f7af25310f3",
|
| 177 |
+
"timestamp_sec": 58.878,
|
| 178 |
+
"text": "The user asked to set the interview start and end times, so I will tap the 11:00 PM button to open the time setting popup."
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"id": "2c05036d-9638-41cd-aa92-5bf085cd5072",
|
| 182 |
+
"timestamp_sec": 60.052,
|
| 183 |
+
"text": "The Google email states from 2 pm to 3 pm, so I will set the start time to 2 PM and the end time to 3 PM."
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"id": "e34be151-e636-4540-9900-50ae74a69541",
|
| 187 |
+
"timestamp_sec": 65.001,
|
| 188 |
+
"text": "To create the event I just configured, I will press the check icon in the top right corner."
|
| 189 |
+
},
|
| 190 |
+
{
|
| 191 |
+
"id": "017759bd-12bc-4db0-b9ce-128403d6d3f5",
|
| 192 |
+
"timestamp_sec": 66.396,
|
| 193 |
+
"text": "To create the next interview schedule, I will press the Back button on the bottom navigation bar to return to the calendar screen."
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"id": "971094fb-a118-482a-930f-22ac4d31e515",
|
| 197 |
+
"timestamp_sec": 69.085,
|
| 198 |
+
"text": "I will tap 20 to register the Amazon interview schedule."
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"id": "ac915d13-7176-4aea-9fdd-08873cf43b88",
|
| 202 |
+
"timestamp_sec": 69.907,
|
| 203 |
+
"text": "I am now on the November 20, 2025 schedule page, so to create an event on this date, I will press the floating + button at the bottom right."
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"id": "10d5bcea-d25e-4d3a-9b20-486f007d5a45",
|
| 207 |
+
"timestamp_sec": 70.586,
|
| 208 |
+
"text": "Since the user asked to create calendar events, I will press the Event button."
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"id": "b92199dc-1660-4c3b-bf4f-586942bec761",
|
| 212 |
+
"timestamp_sec": 71.896,
|
| 213 |
+
"text": "The user instructed that the company name should be used as the title, so I will enter \"Amazon\" in the Title field."
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"id": "4cfa2e46-bdb5-4f80-af77-21a49d3d3038",
|
| 217 |
+
"timestamp_sec": 72.243,
|
| 218 |
+
"text": "<<<I_S>>>Amazon"
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"id": "b4ad679b-1167-4fad-a40f-224b0ffbc004",
|
| 222 |
+
"timestamp_sec": 74.257,
|
| 223 |
+
"text": "<<<I_E>>>"
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"id": "f5cd1aa1-459d-4065-a76b-b9a62d363eef",
|
| 227 |
+
"timestamp_sec": 76.109,
|
| 228 |
+
"text": "The user asked to set the interview start and end times, so I will tap the 11:00 PM button to open the time setting popup."
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"id": "1e0b8b72-9dbe-412e-b9cc-f9eefdceac46",
|
| 232 |
+
"timestamp_sec": 78.376,
|
| 233 |
+
"text": "The Amazon email states at 3:00 PM. Duration: 90 minutes, so the start time is 3:00 PM and the end time is 4:30 PM, and I will set those times accordingly."
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"id": "3f079638-7862-47b9-aaa0-65bdf3168f9f",
|
| 237 |
+
"timestamp_sec": 85.348,
|
| 238 |
+
"text": "To finalize the event I just created, I will press the check icon in the top right corner."
|
| 239 |
+
}
|
| 240 |
+
]
|
| 241 |
+
}
|
android/CheckInterviewTimesTask.mcap
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfc6da3dd82e1434aa5427e5e0a9c8a02df082742821ecaddefef8a805c5639c
|
| 3 |
+
size 198080
|
android/CheckInterviewTimesTask.mkv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6682505a10a542b8bc2bd5afd610beda7ffc7169ac09378c0f5b13c7b581faf4
|
| 3 |
+
size 36331099
|
android/CheckInvoiceTask1.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "android",
|
| 3 |
+
"instructions": "Read the invoice PDF file in the download directory. The customer has notified that payment will be made 45 days after the due date. Please recalculate the total amount payable and respond with only a single number representing the total amount, with no other text.",
|
| 4 |
+
"annotations": [
|
| 5 |
+
{
|
| 6 |
+
"id": "f7b77a5c-98d6-4c6a-9bfa-65ec7a401919",
|
| 7 |
+
"timestamp_sec": 2.319,
|
| 8 |
+
"text": "I will first open the app drawer to locate the My Files app."
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "c772b818-a436-4739-8f14-cf032ea28017",
|
| 12 |
+
"timestamp_sec": 3.425,
|
| 13 |
+
"text": "To find the My Files app, I will tap the Search field at the top, enter the search screen, type \"my files\", and open the app from the results."
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"id": "926ee582-b3fd-4006-bf4d-bead55b4a76d",
|
| 17 |
+
"timestamp_sec": 5.212,
|
| 18 |
+
"text": "<<<I_S>>>my files"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": "3baf8537-1a58-4839-a7f1-72f77a2b1532",
|
| 22 |
+
"timestamp_sec": 8.699,
|
| 23 |
+
"text": "<<<I_E>>>"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"id": "67aac884-fa9d-43f7-ba99-681beea092fd",
|
| 27 |
+
"timestamp_sec": 10.314,
|
| 28 |
+
"text": "I need to find the PDF located in the Downloads folder, so I will navigate to the Downloads tab visible on the screen."
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": "477e7f42-f321-4693-bce8-1d79b6ed86be",
|
| 32 |
+
"timestamp_sec": 12.312,
|
| 33 |
+
"text": "I see the invoice PDF named invoice.pdf, so I will tap that file to open it."
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "2d31fab4-6956-4783-9dd6-9c19d180e94e",
|
| 37 |
+
"timestamp_sec": 13.475,
|
| 38 |
+
"text": "Since there is no instruction stating that I must always open PDFs with All PDF Reader, I will press the Just once button to view the file with this reader for this time only."
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"id": "2cf39f7a-2f9c-4eab-a8f4-012b3d335fef",
|
| 42 |
+
"timestamp_sec": 27.331,
|
| 43 |
+
"text": "This screen appears to be an advertisement, so I will not interact with anything and will simply wait for the loading process to continue."
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"id": "330656a3-78d1-46d4-bb6e-c1fe7be5fcea",
|
| 47 |
+
"timestamp_sec": 29.644,
|
| 48 |
+
"text": "A Continue to app button appears in the top right corner, so I will press it to proceed and open the file in the PDF Reader app"
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": "386f7778-7d34-41e5-ab19-5a7626be5d42",
|
| 52 |
+
"timestamp_sec": 32.121,
|
| 53 |
+
"text": "The document contains a total of two pages, so I will review all pages to identify the total invoice amount, the late interest conditions, and the payment deadline."
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"id": "ae2fee22-d92a-4472-9794-6a66dde1ca77",
|
| 57 |
+
"timestamp_sec": 37.22,
|
| 58 |
+
"text": "After reviewing all pages, I will recalculate the final payable amount. The total amount listed on the invoice is $102,120.00, and according to the terms, a 1.5% monthly interest is charged for late payments. The customer stated he will pay 45 days after the payment deadline, and assuming a standard month of 30 days, 45 days corresponds to 1.5 months of delay. Therefore, the applicable interest rate is 1.5% × 1.5 = 2.25%. Applying this interest rate to the original amount results in 102,120 × 0.0225 = 2,297.70 in late interest. Adding this interest to the original amount gives 102,120 + 2,297.70 = 104,417.70, which is the final total payable. Since the task requires responding with the final amount without additional explanation, I should answer 104417.7."
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"id": "50f27e1d-36b6-4a89-ad1f-f84629f2a845",
|
| 62 |
+
"timestamp_sec": 37.465,
|
| 63 |
+
"text": "<<<ANSWER>>>104417.7"
|
| 64 |
+
}
|
| 65 |
+
]
|
| 66 |
+
}
|
android/CheckInvoiceTask1.mcap
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:defff515120c71a0b110223b67bcc828236f2ffd3c4a7ece17dab0685a5b8cf8
|
| 3 |
+
size 98573
|
android/CheckInvoiceTask1.mkv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01fa4f28193de6573721b9468e07ccb44193d56304cad9c1a2f45a63ae5554e1
|
| 3 |
+
size 10070387
|
android/ChromeSearchBeijingWeatherTask.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "android",
|
| 3 |
+
"instructions": "Use Chrome to search for Beijing highest temperature today. ONLY give a integer number denoted Celsius degree.",
|
| 4 |
+
"annotations": [
|
| 5 |
+
{
|
| 6 |
+
"id": "3c4a7477-3220-4973-8f61-c50b2e1063a3",
|
| 7 |
+
"timestamp_sec": 1.461,
|
| 8 |
+
"text": "Since the user asked me to perform the search using Chrome, I should tap the Google folder and launch the Chrome app."
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "5aa9b5a7-6328-40b4-8fb3-1fb127faa776",
|
| 12 |
+
"timestamp_sec": 6.24,
|
| 13 |
+
"text": "To find today’s highest temperature in Beijing, I will type \"today's highest temperature in beijing\" into the search bar."
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"id": "7a84d625-3221-498b-80d1-f69d34fda13f",
|
| 17 |
+
"timestamp_sec": 7.321,
|
| 18 |
+
"text": "<<<I_S>>>today's highest temperature in beijing"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": "475cec27-1920-4723-81a2-6fe6485b6771",
|
| 22 |
+
"timestamp_sec": 32.111,
|
| 23 |
+
"text": "<<<I_E>>>"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"id": "6cd5791f-d5a2-4155-8c7d-7e753a34386e",
|
| 27 |
+
"timestamp_sec": 32.587,
|
| 28 |
+
"text": "<<<ENTER>>>"
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": "a217c614-0f9d-4ba7-a9d4-d21ac9e4beea",
|
| 32 |
+
"timestamp_sec": 35.994,
|
| 33 |
+
"text": "I can see that the highlighted Tue card displays 12˚/1˚ underneath it, which means today’s Tuesday high temperature is 12. Therefore, I should respond with just \"12\" without any additional explanation."
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "b08bb6de-8ebe-4cfe-bf62-a77b340602be",
|
| 37 |
+
"timestamp_sec": 37.569,
|
| 38 |
+
"text": "<<<ANSWER>>>12"
|
| 39 |
+
}
|
| 40 |
+
]
|
| 41 |
+
}
|
android/ChromeSearchBeijingWeatherTask.mcap
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c38e23f9934ceaa519b2e5202f89844f1aad71f7a4af77954572c9eb623acea0
|
| 3 |
+
size 107334
|
android/ChromeSearchBeijingWeatherTask.mkv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01a3d82d02b7097a7e86353ca5b63433e3a0ba1a7568d551cb3d944c6320a195
|
| 3 |
+
size 52643866
|
android/GoogleMapsAlibabaPhoneContactTask.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "android",
|
| 3 |
+
"instructions": "Find the phone number of Alibaba's Hangzhou Headquarters on the google map, and based on that, create a new contact named Kevin Zhang with the company.",
|
| 4 |
+
"annotations": [
|
| 5 |
+
{
|
| 6 |
+
"id": "e8b12ec6-0404-41fc-a219-09d7297df290",
|
| 7 |
+
"timestamp_sec": 0.514,
|
| 8 |
+
"text": "Since the user asked me to find the phone number of Alibaba's Hangzhou headquarters on Google Maps, I need to tap the Google folder and open the Maps app to access Google Maps."
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "0dbdcbc3-4579-4bfc-9977-c53b388c668a",
|
| 12 |
+
"timestamp_sec": 3.621,
|
| 13 |
+
"text": "Because I need to find the phone number of Alibaba's Hangzhou headquarters, I will tap the top search bar to enter the search field and type \"Alibaba's Hangzhou headquarters\"."
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"id": "db9d6bc2-602f-4a7b-807f-194ed0964f40",
|
| 17 |
+
"timestamp_sec": 4.283,
|
| 18 |
+
"text": "<<<I_S>>>Alibaba's Hangzhou Headquarters"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": "3d8e947f-94b2-4c3f-a798-df5fb9d2f302",
|
| 22 |
+
"timestamp_sec": 15.169,
|
| 23 |
+
"text": "<<<I_E>>>"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"id": "4f1c5bac-979d-44f8-8b45-9bb0dd50a6f0",
|
| 27 |
+
"timestamp_sec": 15.269,
|
| 28 |
+
"text": "I see Alibaba's Hangzhou headquarters in the top search result, so I will tap it."
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": "874fe5db-37de-4193-a509-9b529a5206cb",
|
| 32 |
+
"timestamp_sec": 19.199,
|
| 33 |
+
"text": "I will tap the Call button to obtain the phone number."
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "d5ba41d0-c535-49a5-b3e8-20eebe657c2b",
|
| 37 |
+
"timestamp_sec": 21.457,
|
| 38 |
+
"text": "Since the phone number for Alibaba's Hangzhou Headquarters is automatically filled in, I will press the plus icon button, which is the first icon at the top, to create a new contact with this number."
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"id": "b97fa7fc-b087-428b-95a1-833ca4d8a16c",
|
| 42 |
+
"timestamp_sec": 22.75,
|
| 43 |
+
"text": "Because I want to create a new contact in the popup window, I will click the Create new contact tab."
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"id": "19b15dd0-1e7a-40b8-89ab-e76a84719bf7",
|
| 47 |
+
"timestamp_sec": 24.133,
|
| 48 |
+
"text": "To set the contact name as Kevin Zhang, I will type \"Kevin Zhang\" in the Name field."
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": "42491aed-ff65-4cc8-b9b2-e3a11094388f",
|
| 52 |
+
"timestamp_sec": 24.898,
|
| 53 |
+
"text": "<<<I_S>>>Kevin Zhang"
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"id": "ebc09cac-f6cd-4cfb-b81d-1cc5df33e2e7",
|
| 57 |
+
"timestamp_sec": 31.339,
|
| 58 |
+
"text": "<<<I_E>>>"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"id": "2d6a7bad-043e-41f4-8f48-e6c8d654e792",
|
| 62 |
+
"timestamp_sec": 31.339,
|
| 63 |
+
"text": "<<<ENTER>>>"
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"id": "afea1607-097c-46d2-b6d4-0c972971e4ea",
|
| 67 |
+
"timestamp_sec": 34.553,
|
| 68 |
+
"text": "Since the instruction specifies Kevin Zhang with the company, I will tab \"View more\" tab to enter company information."
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"id": "5b9a23ba-7532-4a3c-a1b8-735377b19691",
|
| 72 |
+
"timestamp_sec": 37.936,
|
| 73 |
+
"text": "I will enter \"Alibaba\" in the Company field to indicate that this is a company phone number."
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": "1e3dde49-b1ff-46f9-85f8-0f2d2267e03b",
|
| 77 |
+
"timestamp_sec": 38.339,
|
| 78 |
+
"text": "<<<I_S>>>Alibaba"
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"id": "aa0149e1-42af-4521-bc69-c1700db9503b",
|
| 82 |
+
"timestamp_sec": 41.16,
|
| 83 |
+
"text": "<<<I_E>>>"
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"id": "5a42e9db-a3e5-4ccf-87df-059f4e11e231",
|
| 87 |
+
"timestamp_sec": 41.2,
|
| 88 |
+
"text": "<<<ENTER>>>"
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": "c802a349-f569-4f33-ad3a-db90131fe82e",
|
| 92 |
+
"timestamp_sec": 41.944,
|
| 93 |
+
"text": "I have entered all the information requested by the user, so I will click the Save button at the bottom right to store the new contact."
|
| 94 |
+
}
|
| 95 |
+
]
|
| 96 |
+
}
|
android/GoogleMapsAlibabaPhoneContactTask.mcap
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5c34a41ea39578a88d8d6eaaaa275d19253e23645ba28227f5c03e7358429e7
|
| 3 |
+
size 80053
|
android/GoogleMapsAlibabaPhoneContactTask.mkv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:111277fe735322de7b324c3a75589b5f87d451e9d290e2b3bd6c7a2dd125cb2f
|
| 3 |
+
size 14092880
|
android/SendWaiverTask.json
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "android",
|
| 3 |
+
"instructions": "Send the file 'waiver.jpg' as an email attachment to bob@gmail.com. Title the email 'Updated waiver'.",
|
| 4 |
+
"annotations": [
|
| 5 |
+
{
|
| 6 |
+
"id": "00f3c12d-8cc4-425e-8793-8f19881b31c5",
|
| 7 |
+
"timestamp_sec": 0,
|
| 8 |
+
"text": "Since the user asked me to send an email, I need to tap the Google folder and open the Gmail app."
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "b8710838-db9b-4447-b0c0-e77e83f74105",
|
| 12 |
+
"timestamp_sec": 3.86,
|
| 13 |
+
"text": "To compose a new email, I will click the Compose button at the bottom right."
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"id": "45f69c2b-92cb-4d8a-a1a3-9949ea78d8a0",
|
| 17 |
+
"timestamp_sec": 5.631,
|
| 18 |
+
"text": "According to the user’s request, I need to attach waiver.jpg, so I will click the clip icon, which is the first icon in the list of icons at the top right, to attach the image."
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": "1f5d4c8e-e8aa-45c7-9cd1-8fa15baeb2ce",
|
| 22 |
+
"timestamp_sec": 13.847,
|
| 23 |
+
"text": "To send the email to bob@gmail.com, I will type \"bob@gmail.com\" in the To field."
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"id": "00b1c676-d99a-4fb0-86c6-5fbccafe4bd0",
|
| 27 |
+
"timestamp_sec": 15.523,
|
| 28 |
+
"text": "<<<I_S>>>bob@gmail.com"
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": "6eb29c75-7126-4c0b-8f62-5dd3e5d9ae2f",
|
| 32 |
+
"timestamp_sec": 20.778,
|
| 33 |
+
"text": "<<<I_E>>>"
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "13f09513-7035-482c-a982-c159fbf8a675",
|
| 37 |
+
"timestamp_sec": 21.691,
|
| 38 |
+
"text": "<<<ENTER>>>"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"id": "e842e6db-c999-4561-b6c1-8904446775d0",
|
| 42 |
+
"timestamp_sec": 22.321,
|
| 43 |
+
"text": "To set the subject as Updated waiver, I will type \"Updated waiver\" in the Subject field."
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"id": "c8253c7c-0e57-49fd-89da-96a705ae9c9f",
|
| 47 |
+
"timestamp_sec": 26.225,
|
| 48 |
+
"text": "<<<I_S>>>Updated waiver"
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": "4cec2c36-9258-4c94-85a7-4c6ea08deb0e",
|
| 52 |
+
"timestamp_sec": 35.117,
|
| 53 |
+
"text": "<<<I_E>>>"
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"id": "170bcd79-025f-42ba-895b-8b11667a9bd7",
|
| 57 |
+
"timestamp_sec": 35.819,
|
| 58 |
+
"text": "To send the email I have just composed, I will click the airplane icon button at the top right of the screen."
|
| 59 |
+
}
|
| 60 |
+
]
|
| 61 |
+
}
|
android/SendWaiverTask.mcap
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:892e2cc74c06541795b8dbd6cdbbb2a6e0b58542ed3118e371606f7659f175c4
|
| 3 |
+
size 72866
|
android/SendWaiverTask.mkv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a27cc4bc72b2c210925ab4a91bccddd195bc91c6de759d8bb373e1cb8e3ebd7
|
| 3 |
+
size 27302330
|
android/SetAlarmTask.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "android",
|
| 3 |
+
"instructions": "Set a weekend alarm for 8:25 a.m. with the ringtone \"beepbeep\" and vibration off.",
|
| 4 |
+
"annotations": [
|
| 5 |
+
{
|
| 6 |
+
"id": "22800670-6332-4657-8aa9-38022a2fcb50",
|
| 7 |
+
"timestamp_sec": 7.604,
|
| 8 |
+
"text": "I do not see an app for setting alarms on the home screen, so I will open the app drawer to look for it."
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "9b2b0903-3916-46a5-a6d9-7d24f575e51a",
|
| 12 |
+
"timestamp_sec": 9.274,
|
| 13 |
+
"text": "To quickly locate the app, I will tap the Search field."
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"id": "414afd7c-aa58-4286-890f-e6bc8928ffe3",
|
| 17 |
+
"timestamp_sec": 11.306,
|
| 18 |
+
"text": "Before starting the search, I notice the Clock app, which can be used to set an alarm, so I will open it immediately."
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": "c48cf51a-5520-4690-b129-5cfd2aafff40",
|
| 22 |
+
"timestamp_sec": 12.989,
|
| 23 |
+
"text": "To create a new alarm, I will press the + button."
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"id": "c3140c3c-7f2c-4281-b6d1-24f65d0d9cd0",
|
| 27 |
+
"timestamp_sec": 15.068,
|
| 28 |
+
"text": "To set the alarm time, I will tap the numeric time field and change it to 8:25 a.m."
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": "c44b08f0-13c7-40b2-ad78-69ffd7b81d68",
|
| 32 |
+
"timestamp_sec": 17.242,
|
| 33 |
+
"text": "The alarm must be set for the weekend, so I will select Sun and Sat, which correspond to the weekend days."
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "0810e81d-0f35-4b72-9039-743ce9d4688e",
|
| 37 |
+
"timestamp_sec": 19.426,
|
| 38 |
+
"text": "The current alarm sound is not beepbeep, so I will open the Alarm sound tab to change it."
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"id": "ffd48eca-0b9e-428a-bcab-c24638999110",
|
| 42 |
+
"timestamp_sec": 21.416,
|
| 43 |
+
"text": "Since I need to modify the ringtone, I will enter the Ringtone tab and change the alarm sound there."
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"id": "3dc4f218-d310-4587-835a-9557e9f7386b",
|
| 47 |
+
"timestamp_sec": 22.543,
|
| 48 |
+
"text": "It looks like the ringtones are listed alphabetically, so I'm trying to scroll up to find beepbeep."
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": "89cd8ca0-98bc-414c-9c9d-55b0d7f5c7ad",
|
| 52 |
+
"timestamp_sec": 26.019,
|
| 53 |
+
"text": "After changing the alarm tone to \"Beep-Beep\", it saves automatically, so I will go back to return to the alarm settings screen."
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"id": "b9280b57-ea8f-4692-9544-a7f0db23bafc",
|
| 57 |
+
"timestamp_sec": 27.41,
|
| 58 |
+
"text": "I need to turn off vibration, so I will tap the Vibration tab once to disable the currently activated switch."
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"id": "5e05a925-9a22-4de4-8b92-ebed33c300ec",
|
| 62 |
+
"timestamp_sec": 29.249,
|
| 63 |
+
"text": "Now that all alarm settings are configured, I will press the Save button to create the alarm."
|
| 64 |
+
}
|
| 65 |
+
]
|
| 66 |
+
}
|
android/SetAlarmTask.mcap
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:639a01ab9a0e7da1861a6bb1ff1f068642ed4cef6961baf256c2fd0db1f29b39
|
| 3 |
+
size 59571
|
android/SetAlarmTask.mkv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93acaed929dba567d8e026d655eaaa5b3656ff77cbfbd6cde9ba397c2842cdec
|
| 3 |
+
size 9083947
|
android/ThanksgivingPrepTask.json
ADDED
|
@@ -0,0 +1,191 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "android",
|
| 3 |
+
"instructions": "Email me (user@gmail.com) a list of the flavoring ingredients needed to make Pecan pie with subject 'Pie shopping'. You can browse the following link for reference: https://sallysbakingaddiction.com/my-favorite-pecan-pie-recipe/. Then, set an 8 am calendar event titled 'Thanksgiving Shopping' one week before Thanksgiving 2025.",
|
| 4 |
+
"annotations": [
|
| 5 |
+
{
|
| 6 |
+
"id": "d04770ce-9099-44ae-ac8e-f99482914ed7",
|
| 7 |
+
"timestamp_sec": 1.208,
|
| 8 |
+
"text": "I will open the Chrome app in order to search and access the link: https://sallysbakingaddiction.com/my-favorite-pecan-pie-recipe/."
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "b5dd33e8-df9f-4ee2-9df0-9b7669c6d2b0",
|
| 12 |
+
"timestamp_sec": 7.737,
|
| 13 |
+
"text": "<<<I_S>>>https://sallysbakingaddiction.com/my-favorite-pecan-pie-recipe/"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"id": "d9c8075e-5722-4773-9436-35771a607ee9",
|
| 17 |
+
"timestamp_sec": 10.498,
|
| 18 |
+
"text": "<<<I_E>>>"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": "6a93ab67-bb51-410d-9454-69b2cca38b2e",
|
| 22 |
+
"timestamp_sec": 11.375,
|
| 23 |
+
"text": "<<<ENTER>>>"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"id": "6b256baa-861c-436b-b487-7204326efde0",
|
| 27 |
+
"timestamp_sec": 15.451,
|
| 28 |
+
"text": "I need to find a list of the flavoring ingredients needed to make Pecan pie, so I will scroll through the page to check whether that information appears."
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": "c8822daa-82c3-4e95-9dc6-1ad3a54a17a8",
|
| 32 |
+
"timestamp_sec": 21.785,
|
| 33 |
+
"text": "In the Grab These Ingredients section, I can see the flavoring ingredients needed to make Pecan pie — Corn Syrup, Brown Sugar, Pure Vanilla Extract, Butter, and Cinnamon — so I will note these items."
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "5f841520-a160-4afc-8156-9fad3415df35",
|
| 37 |
+
"timestamp_sec": 43.986,
|
| 38 |
+
"text": "Since I have confirmed all the ingredients needed for the email — Corn Syrup, Brown Sugar, Pure Vanilla Extract, Butter, and Cinnamon — I should exit Chrome first by pressing the Home button on the bottom tab navigation bar so that I can move to the Gmail app."
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"id": "c95460da-0efc-48f3-b599-f09dd1cde365",
|
| 42 |
+
"timestamp_sec": 45.888,
|
| 43 |
+
"text": "I can see the Gmail app on the home screen, so I will open it immediately."
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"id": "73d2a099-91b6-4faf-b9f1-b4a8713b2e5f",
|
| 47 |
+
"timestamp_sec": 50.082,
|
| 48 |
+
"text": "To write a new email, I will press the Compose button with the pencil icon."
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": "25a3752e-40b8-4723-b3dc-22d381b14b54",
|
| 52 |
+
"timestamp_sec": 52.65,
|
| 53 |
+
"text": "I need to send the email to user@gmail.com\n, so I will enter \"user@gmail.com\n\" in the To field."
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"id": "ac924a57-e07d-41cf-bc8e-fdaf123c8972",
|
| 57 |
+
"timestamp_sec": 52.657,
|
| 58 |
+
"text": "<<<I_S>>>user@gmail.com"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"id": "e5cda7be-39d5-4048-8f63-6faf9fac8094",
|
| 62 |
+
"timestamp_sec": 63.567,
|
| 63 |
+
"text": "<<<I_E>>>"
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"id": "af90617d-d417-4d1c-a88b-6515ecf76339",
|
| 67 |
+
"timestamp_sec": 63.6,
|
| 68 |
+
"text": "<<<ENTER>>>"
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"id": "55f4e67b-f6d9-42d5-8d1b-cf0af0b6ce4e",
|
| 72 |
+
"timestamp_sec": 68.894,
|
| 73 |
+
"text": "The email subject needs to be Pie shopping, so I will enter \"Pie shopping\" in the Subject field."
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": "b57239a6-7264-4604-b71d-e618ebea1523",
|
| 77 |
+
"timestamp_sec": 69.29,
|
| 78 |
+
"text": "<<<I_S>>>Pie shopping"
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"id": "c4c36916-cffe-4b22-9caa-44e3d8bcb517",
|
| 82 |
+
"timestamp_sec": 80.394,
|
| 83 |
+
"text": "<<<I_E>>>"
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"id": "56d89c56-1645-45e7-8e0f-4e0def40e439",
|
| 87 |
+
"timestamp_sec": 83.514,
|
| 88 |
+
"text": "In the email body (Compose email), I will write the ingredients I confirmed on the page \"https://sallysbakingaddiction.com/my-favorite-pecan-pie-recipe/\n\" — Corn Syrup, Brown Sugar, Pure Vanilla Extract, Butter, and Cinnamon."
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": "7ad09b3c-39e3-4898-ae65-5ee9027cc91f",
|
| 92 |
+
"timestamp_sec": 87.125,
|
| 93 |
+
"text": "<<<I_S>>> Here are the flavoring ingredients needed to make pecan pie:\n- Corn Syrup\n- Brown Sugar\n- Pure Vanilla Extract\n- Butter\n- Cinnamon"
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"id": "2f31e0ec-f621-4512-a85d-28854cfa9fc9",
|
| 97 |
+
"timestamp_sec": 195.783,
|
| 98 |
+
"text": "<<<I_E>>>"
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"id": "f10eadab-2414-4c62-bd1a-4586a00cfb3a",
|
| 102 |
+
"timestamp_sec": 198.31,
|
| 103 |
+
"text": "To send the composed email, I will press the send button shaped like a paper airplane."
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"id": "7090ea1a-da6f-42c3-a3b1-9df479ed04c4",
|
| 107 |
+
"timestamp_sec": 202.642,
|
| 108 |
+
"text": "Next, to add an event related to the email, I need to exit the current app first, so I will press the Home button on the bottom tab navigation bar to return to the home screen."
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"id": "e057edd4-4db3-416f-b52d-f30f5c510657",
|
| 112 |
+
"timestamp_sec": 204.474,
|
| 113 |
+
"text": "I do not see the Calendar app on the home screen, so I will open the app drawer to locate it."
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"id": "5cbe6204-9aa0-4686-a20b-ea95a11062f6",
|
| 117 |
+
"timestamp_sec": 207.509,
|
| 118 |
+
"text": "To find the Calendar app, I will tap Search, enter the search field, type \"calendar\", and then open the app from the results."
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"id": "2fd4ae73-fc1a-4b3a-8d88-576a857b4191",
|
| 122 |
+
"timestamp_sec": 208.862,
|
| 123 |
+
"text": "<<<I_S>>>calendar"
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"id": "d230ee04-9b33-427e-be17-dbbb4031049e",
|
| 127 |
+
"timestamp_sec": 245.926,
|
| 128 |
+
"text": "<<<I_E>>>"
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"id": "bf39e974-4992-4e56-8909-e01046ba6d54",
|
| 132 |
+
"timestamp_sec": 248.127,
|
| 133 |
+
"text": "Thanksgiving 2025 falls on November 27, 2025, so the event should be created on November 20, 2025, which is one week before Thanksgiving 2025. To change the date, I will tap the March area that shows the current month to open the date selection popup."
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"id": "9123d465-aec7-499f-818b-ad2e7d328371",
|
| 137 |
+
"timestamp_sec": 253.479,
|
| 138 |
+
"text": "Since the event must be created on November 20, 2025, I will change Mar 2026 to Nov 2025."
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"id": "1b4642e8-98d8-4dcc-99dd-5ef7d38b123d",
|
| 142 |
+
"timestamp_sec": 261.122,
|
| 143 |
+
"text": "I need to create the event on November 20, 2025, and the calendar is now displaying November 2025, so I will tap the 20 date."
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"id": "4a6c24a2-352d-4721-a4b6-5ac1b6d244c1",
|
| 147 |
+
"timestamp_sec": 263.277,
|
| 148 |
+
"text": "To create the event, I will press the + button and then select the Event button with the calendar icon."
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"id": "f08f58c6-f10f-4484-aaf8-7345110311a7",
|
| 152 |
+
"timestamp_sec": 267.334,
|
| 153 |
+
"text": "The event must be titled Thanksgiving Shopping, so I will enter that text in the Title field."
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"id": "3618afde-03bd-458e-95c2-d54d8df2bf47",
|
| 157 |
+
"timestamp_sec": 267.335,
|
| 158 |
+
"text": "<<<I_S>>>Thanksgiving Shopping"
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"id": "55d75b00-50ce-42c9-a713-5393b212261d",
|
| 162 |
+
"timestamp_sec": 291.697,
|
| 163 |
+
"text": "<<<I_E>>>"
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"id": "53372e65-b99e-43da-bcf1-b7b39176fc97",
|
| 167 |
+
"timestamp_sec": 306.607,
|
| 168 |
+
"text": "The event must be set to 8 am, so I will tap the current default time field (the first 03:00PM visible on the screen) and modify it to 8 am."
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"id": "6e9b7395-42dd-456b-9f60-459fd0828df8",
|
| 172 |
+
"timestamp_sec": 309.856,
|
| 173 |
+
"text": "Since the time needs to be 8 am, I will change 03 to 08 and switch the setting to AM."
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"id": "af7c93e1-5883-4a2b-863f-6637907c589c",
|
| 177 |
+
"timestamp_sec": 317.848,
|
| 178 |
+
"text": "To finish creating the event, I will press the check icon in the top right corner."
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"id": "ab6e8a33-64d1-49f4-a879-26d1afa51012",
|
| 182 |
+
"timestamp_sec": 343.244,
|
| 183 |
+
"text": "I need to receive event notifications, so I will press the OK button in the popup window."
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"id": "5fa406fb-1eb5-4745-ba32-4c203794fbc4",
|
| 187 |
+
"timestamp_sec": 351.251,
|
| 188 |
+
"text": "Since notifications are required for the event, I will press the Allow button to grant notification permission."
|
| 189 |
+
}
|
| 190 |
+
]
|
| 191 |
+
}
|
android/ThanksgivingPrepTask.mcap
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3313135fa00ad4831039584237199d78ea7d560ab7300fda9e076f9f0333fb89
|
| 3 |
+
size 486389
|
android/ThanksgivingPrepTask.mkv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:847f23196cd9215dde345dde4ef27c570447c744473d564d25bf0e13508ed371
|
| 3 |
+
size 60105590
|
windows/AfterEffects-Rotating-Text-GIF-Export.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "windows",
|
| 3 |
+
"instructions": "I need an image for a New Year's greeting. Please add a red \"Happy New Year\" text to the 'horse' image on the Desktop and make the text rotate in an infinite loop. The position of the text doesn't matter. One rotation per second seems appropriate. Export the finished file as a single GIF named 'Happy_New_Year' to the Desktop.",
|
| 4 |
+
"annotations": [
|
| 5 |
+
{
|
| 6 |
+
"id": "95735af7-bfe0-4f96-8028-bf284b00dd44",
|
| 7 |
+
"timestamp_sec": 0.362,
|
| 8 |
+
"text": "To import the 'horse.jpg' image from the Desktop, I right-click on an empty area in the Project panel list and select 'Import' then 'File' to open the import dialog. (Dragging directly from the Desktop is also an option, but since After Effects is currently running in full-screen mode, I chose to import via the file path.)"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "e958a34d-6eac-401a-a084-4095b58581c7",
|
| 12 |
+
"timestamp_sec": 3.652,
|
| 13 |
+
"text": "Since the current directory is already the Desktop, I don't need to navigate anywhere — I simply double-click 'horse' to import it directly."
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"id": "7f8d00c7-06b5-48fd-8363-f6ec003bfb75",
|
| 17 |
+
"timestamp_sec": 6.141,
|
| 18 |
+
"text": "Since I'll be creating an animated image using the 'horse' image, I drag the 'horse.jpg' file from the Project panel onto the Composition area to instantly create a composition that includes the image."
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": "8611732c-a1af-4376-ab53-2c38319ada48",
|
| 22 |
+
"timestamp_sec": 8.781,
|
| 23 |
+
"text": "I go to Composition → Composition Settings to set the composition duration to 1 second, but it is already set to 1 second, so I just click OK."
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"id": "21d328f8-61d9-4a2a-95f3-959b61d04731",
|
| 27 |
+
"timestamp_sec": 14.241,
|
| 28 |
+
"text": "To add the red \"Happy New Year\" text to the image, I click the T-shaped text tool icon in the top menu bar, then click on the 'horse' image area and type \"Happy New Year\"."
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": "1b64b529-8588-42b0-9213-6064c8210ad2",
|
| 32 |
+
"timestamp_sec": 22.987,
|
| 33 |
+
"text": "To change the currently black text to red, I find and click on Text under Properties in the right-side panel."
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "2ed6d9f0-682d-4425-bea8-24731961ebc2",
|
| 37 |
+
"timestamp_sec": 25.461,
|
| 38 |
+
"text": "I click the black color swatch in the Fill section, drag the color picker to the top-right corner, and click OK to set the color to red. (Entering a specific color code is also an option, but since no exact hex value was specified, I picked an arbitrary red.)"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"id": "ce6d0206-c38d-4b39-9695-7cc9f6a36319",
|
| 42 |
+
"timestamp_sec": 31.332,
|
| 43 |
+
"text": "To apply a rotation motion to the text, I click on layer 1. Happy New Year in the layer list and press 'R' on the keyboard to reveal the Rotation property."
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"id": "f51f4755-d58f-4883-bbf6-991e5601f0bb",
|
| 47 |
+
"timestamp_sec": 34.255,
|
| 48 |
+
"text": "I confirm the timeline is at 0 seconds, then click the stopwatch icon to set a keyframe at 0 seconds with a rotation value of 0 (Rotation: 0×0°)."
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": "ab9761df-45c4-493c-a771-e6db4cd322f4",
|
| 52 |
+
"timestamp_sec": 36.04,
|
| 53 |
+
"text": "To create a motion that rotates once per second, I drag the timeline to the 1-second mark and set the rotation value to one full revolution (Rotation: 1×0°) to place a keyframe. Since the video is set to 30 frames and dragging only lets me reach up to frame 29, I first place the keyframe at frame 29 and then manually drag it to frame 30 with the mouse."
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"id": "9a595f1c-3e55-47ba-a668-8007cba0b2f7",
|
| 57 |
+
"timestamp_sec": 47.548,
|
| 58 |
+
"text": "I need to export the finished work as a single GIF file, but After Effects cannot export directly to GIF, so I first save it as an .aep file. To save as .aep, I go to File → Save As → Save As from the top menu."
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"id": "5d4d70cd-afc1-4147-9904-1acd956fb258",
|
| 62 |
+
"timestamp_sec": 51.192,
|
| 63 |
+
"text": "To make the file easy to find, I save it to the Desktop as \"Happy_New_Year.aep\"."
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"id": "64ce1656-3c45-4637-b52e-42bf86832f08",
|
| 67 |
+
"timestamp_sec": 61.193,
|
| 68 |
+
"text": "I open \"Adobe Media Encoder\", which can export the .aep file as a GIF."
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"id": "c6508ba9-a26c-486c-964f-596a569c7f66",
|
| 72 |
+
"timestamp_sec": 96.725,
|
| 73 |
+
"text": "Media Encoder is now open. I click the + button in the Queue panel and click on the \"Happy_New_Year.aep\" file on the Desktop to add it to the queue."
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": "840600e4-205b-4c9f-b71b-41a8a4ac38d7",
|
| 77 |
+
"timestamp_sec": 129.323,
|
| 78 |
+
"text": "I double-click the 'horse' composition — the one that contains the text motion — to queue it for rendering."
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"id": "722e63a3-2e1e-490b-b5e9-6287127ec4b3",
|
| 82 |
+
"timestamp_sec": 135.272,
|
| 83 |
+
"text": "I click the left-arrow dropdown next to QuickTime (under the horse entry) to change the output format to Animated GIF. (GIF exports each frame as a separate GIF file, whereas Animated GIF exports everything as a single GIF, so I need to select Animated GIF.)"
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"id": "f9947422-615d-419b-9719-91becdf69918",
|
| 87 |
+
"timestamp_sec": 140.844,
|
| 88 |
+
"text": "To set the output filename to \"Happy_New_Year\", I click the path under Output File and type \"Happy_New_Year\" in the File Name field. The save location is already set to the Desktop, so I don't need to change the output path."
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": "4c7ecdf3-9014-42bc-938a-a1507c17c194",
|
| 92 |
+
"timestamp_sec": 152.729,
|
| 93 |
+
"text": "I click the green play button to start exporting as a single GIF."
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"id": "1ea1fc36-04e8-4d95-ad27-5b9aadd8e5d6",
|
| 97 |
+
"timestamp_sec": 182.529,
|
| 98 |
+
"text": "To verify the saved file, I navigate to the Desktop and open \"Happy_New_Year.gif\" to confirm it looks correct."
|
| 99 |
+
}
|
| 100 |
+
]
|
| 101 |
+
}
|
windows/AfterEffects-Rotating-Text-GIF-Export.mcap
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43afdd7637883f8035cb7611141a95c5116359bc87ea88bdd29c7ca2b47147cc
|
| 3 |
+
size 704476
|
windows/AfterEffects-Rotating-Text-GIF-Export.mkv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a17b6e5400877e404da9404b5b2d9969536d224d51166763195865c253a4e6cb
|
| 3 |
+
size 34885867
|
windows/Canva-to-Figma-Presentation-Cover-Design.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "windows",
|
| 3 |
+
"instructions": "Open Canva and select a 'Business Proposal' style presentation template with a white background. Change the title of the cover slide to '2026 Design' and update the subtitle to 'Design Team'. Download the edited cover slide as a PNG, then open the 'Presentation' file in Figma and place the cover slide image to fit exactly within the first Frame.",
|
| 4 |
+
"annotations": [
|
| 5 |
+
{
|
| 6 |
+
"id": "1c5ec93f-69cb-411a-97d4-5947c690161d",
|
| 7 |
+
"timestamp_sec": 1.605,
|
| 8 |
+
"text": "To open Chrome and search for Canva, I need to click the Chrome icon in the taskbar at the bottom to open the browser, type \"Canva\" in the address bar, and press Enter to search."
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "f97d12d8-e06b-4cd7-b08c-3aaf5ac8c6a1",
|
| 12 |
+
"timestamp_sec": 9.992,
|
| 13 |
+
"text": "The Canva website link appears at the very top of the search results, so I click it to navigate to Canva."
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"id": "188369d5-5432-45bb-9565-a99a674ac885",
|
| 17 |
+
"timestamp_sec": 17.485,
|
| 18 |
+
"text": "Now that I'm on the Canva home screen, I need to browse presentation templates. I click the Presentation tab — the second item from the left in the quick-access menu at the center of the home screen."
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": "342c0963-8da0-46a5-b4c5-efcd779c9311",
|
| 22 |
+
"timestamp_sec": 28.904,
|
| 23 |
+
"text": "Since I need to find a 'Business Proposal' style template, I type \"Business Proposal\" in the search bar and press Enter."
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"id": "b714ca54-4ff3-4752-8d33-e5bdf4da6543",
|
| 27 |
+
"timestamp_sec": 64.701,
|
| 28 |
+
"text": "Among the search results, I look for a template with a white background. The template in the fourth column on the right has the least color and the cleanest white background, so I click on it."
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": "c786bbba-2560-44be-8f66-9db1e2fa4124",
|
| 32 |
+
"timestamp_sec": 78.877,
|
| 33 |
+
"text": "Since I need to edit the cover slide of this template, I click on the first slide, which serves as the cover."
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "c85d9f7b-f7b7-44bd-ac82-5fc60656d6cc",
|
| 37 |
+
"timestamp_sec": 81.987,
|
| 38 |
+
"text": "I need to change the cover slide title to '2026 Design'. On this slide, there are two text boxes labeled 'BUSINESS' and 'PROPOSAL' that together make up the title. I select each text box, double-click to select all the text, and replace them with \"2026\" and \"Design\" respectively."
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"id": "c2b87c5a-fc09-43c0-9e04-7bc5ac668ae0",
|
| 42 |
+
"timestamp_sec": 110.698,
|
| 43 |
+
"text": "The title edit is done, so now I need to update the subtitle to 'Design Team'. The text box that currently contains the address text serves as the subtitle, so I select it, double-click to select all the text, and type \"Design Team\"."
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"id": "27350905-826f-4dd4-b045-c0dc80def100",
|
| 47 |
+
"timestamp_sec": 126.843,
|
| 48 |
+
"text": "The cover slide edits are complete, so now I need to save it as a PNG. Clicking the Share button at the top will show export options, so I click it."
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": "40e5fe3e-de5c-4f1a-8ecb-3c0c580bb678",
|
| 52 |
+
"timestamp_sec": 130.564,
|
| 53 |
+
"text": "In the Share options panel, I can download the slide from the Download tab at the bottom, so I click on it."
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"id": "e7e8ef2c-815c-4824-8fd5-dac19443dea7",
|
| 57 |
+
"timestamp_sec": 135.879,
|
| 58 |
+
"text": "The File type is currently set to PDF Standard. To change it to PNG, I click on that field, select the PNG option, and then click the Download button at the bottom to save the file."
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"id": "79c67b94-88b5-4c27-aec3-cd238e9f53b0",
|
| 62 |
+
"timestamp_sec": 149.638,
|
| 63 |
+
"text": "The cover slide has been saved as '2026.png'. Now, to bring the image into Figma, I click the Figma icon in the taskbar at the bottom to open the Figma app."
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"id": "66dec84e-ed78-47f7-b525-6ecfadc42e84",
|
| 67 |
+
"timestamp_sec": 176.401,
|
| 68 |
+
"text": "The Figma app is open. To make working easier, I click the square icon in the top-right corner to switch to full-screen mode. Then I type \"Presentation\" in the search bar at the top-left and click on the file to open it."
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"id": "5acec459-ec77-40f0-b824-0e00531bf41b",
|
| 72 |
+
"timestamp_sec": 206.421,
|
| 73 |
+
"text": "To insert the cover slide image into the 'Presentation' file, I click the dropdown arrow next to the Figma icon in the top-left corner to open the options menu."
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": "2955c38d-e788-4d14-aeea-a13bb274886e",
|
| 77 |
+
"timestamp_sec": 211.511,
|
| 78 |
+
"text": "I can import an image using the Place Image... button under the File tab, so I click on it."
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"id": "a20c17f4-6ede-4e7e-8248-72480871e2a8",
|
| 82 |
+
"timestamp_sec": 216.689,
|
| 83 |
+
"text": "Since I downloaded the cover slide earlier, the image is stored in the Downloads folder. I click on the Downloads folder, select '2026.png', and click the Open button to import the image."
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"id": "f044b227-5516-46b2-8ea3-9ae6a94d7df0",
|
| 87 |
+
"timestamp_sec": 224.492,
|
| 88 |
+
"text": "I need to decide where to place the image. Since it should go into the first Frame, I click inside the 'Slide 16:9 -1' frame area on the far left to place the image there."
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": "1b95aa4a-1278-4f14-9d6a-8ec52a0eaa86",
|
| 92 |
+
"timestamp_sec": 228.905,
|
| 93 |
+
"text": "The cover image needs to fit exactly within the Frame, so I need to center it precisely. In the Alignment section of the right-side panel, I click the center icon under the vertical alignment options to apply vertical centering, then click the center icon under the horizontal alignment options to apply horizontal centering."
|
| 94 |
+
}
|
| 95 |
+
]
|
| 96 |
+
}
|
windows/Canva-to-Figma-Presentation-Cover-Design.mcap
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f70ff822a924ac4eeec57284dfd979b632fa0d364733303ee80da4ba122f62f
|
| 3 |
+
size 614927
|
windows/Canva-to-Figma-Presentation-Cover-Design.mkv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28f8d907b14af1abe252961ec08b8f2d3c6f5788c560b4523d8ec6fc631687ff
|
| 3 |
+
size 28271301
|
windows/Figma-to-Framer-Portfolio-Publish.json
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "windows",
|
| 3 |
+
"instructions": "Open the portfolio design file in Figma and convert it for use in Framer. Then import the converted result into Framer and publish it as a webpage.",
|
| 4 |
+
"annotations": [
|
| 5 |
+
{
|
| 6 |
+
"id": "6703828e-5368-4c43-8a19-2e129cbb41c2",
|
| 7 |
+
"timestamp_sec": 1.207,
|
| 8 |
+
"text": "I can see the Figma icon in the bottom Taskbar, so I click on it to open the app."
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "bae4b3c8-ef37-40fe-a34f-22b4d77080fb",
|
| 12 |
+
"timestamp_sec": 18.702,
|
| 13 |
+
"text": "On the Recents screen currently visible, I can see the Portfolio Design file. Since this matches the portfolio design file I need, I click on it to open it."
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"id": "a726cd27-0639-423d-9687-ef0b6d10b03e",
|
| 17 |
+
"timestamp_sec": 38.893,
|
| 18 |
+
"text": "To convert the Figma design to Framer, I need a plugin. I click the name area in the top-left of the frame labeled 'Portfolio' to select it, then right-click to open the Plugins tab and check what plugins are available."
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": "8747d877-200a-4572-8f28-6595bebd0f5f",
|
| 22 |
+
"timestamp_sec": 46.954,
|
| 23 |
+
"text": "I checked the Plugins tab but there are no installed plugins. Since I need to install a plugin to convert the Figma design for Framer, I click the Actions tab — the one with various shape icons at the bottom — to navigate there."
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"id": "56989701-1d3b-43fb-9f3d-e6ee6ecce808",
|
| 27 |
+
"timestamp_sec": 59.114,
|
| 28 |
+
"text": "When the Actions tab opens, I can install plugins from the Plugins & widgets tab at the top, so I click on that tab."
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": "fbad0ca1-5615-4d9a-a658-3ccf5f3f834e",
|
| 32 |
+
"timestamp_sec": 61.568,
|
| 33 |
+
"text": "The plugin used to convert a Figma design to Framer is 'Figma to HTML with Framer'. I click the search bar, type \"Figma to HTML with Framer\", and click on the plugin from the search results."
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "a1fc602a-b39d-4078-a2da-7f54694b990a",
|
| 37 |
+
"timestamp_sec": 95.106,
|
| 38 |
+
"text": "To install and run 'Figma to HTML with Framer', I click the Run button at the bottom of its panel."
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"id": "7f56abc1-22d6-4fcb-8e76-d479004a809a",
|
| 42 |
+
"timestamp_sec": 126.65,
|
| 43 |
+
"text": "The currently selected frame has been converted for Framer. Now I click the Copy to Clipboard button to copy the converted layer so I can paste it into Framer."
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"id": "dfc0b041-80a5-40df-8cf4-e54238d57533",
|
| 47 |
+
"timestamp_sec": 131.115,
|
| 48 |
+
"text": "I need to paste the copied layer into Framer, so I click the Framer icon in the bottom Taskbar to launch the Framer app."
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": "fe8f02a6-fc7c-43e1-9e04-b67fb4f740f1",
|
| 52 |
+
"timestamp_sec": 144.044,
|
| 53 |
+
"text": "To paste the layer into Framer, I first need a file to work in. I click the New Project button visible on screen to create a new file."
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"id": "e622adc1-76db-4397-a224-7017afd4b6dd",
|
| 57 |
+
"timestamp_sec": 175.29,
|
| 58 |
+
"text": "Since I have already copied the portfolio design, I don't need a template, so I click the X button in the top-right of the popup to close it."
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"id": "fb6b17bb-e408-4930-b8bd-eb6d41f5352b",
|
| 62 |
+
"timestamp_sec": 181.317,
|
| 63 |
+
"text": "In Framer, the Desktop breakpoint visible on screen is the area that gets published to the web. I click on that area to select it, then press Ctrl + V to paste the design."
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"id": "4db55863-6370-4320-8681-094e4acdaec1",
|
| 67 |
+
"timestamp_sec": 196.856,
|
| 68 |
+
"text": "The Desktop breakpoint area is smaller than the portfolio design, so the design is being clipped. I need to make the full design visible. I click on the design to check its dimensions."
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"id": "37656295-2b95-4243-beb5-4d9ba7a9305f",
|
| 72 |
+
"timestamp_sec": 204.505,
|
| 73 |
+
"text": "The portfolio design dimensions are Width 1980, Height 4400. To match this size, I select the Desktop breakpoint and change its Width to 1980 and Height to 4400."
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": "9e7b6862-21e7-4335-aabb-4691531db2a7",
|
| 77 |
+
"timestamp_sec": 221.821,
|
| 78 |
+
"text": "Now, to publish from Framer to the web, I select the Desktop breakpoint and click the Publish button in the top-right corner to deploy it as a webpage."
|
| 79 |
+
}
|
| 80 |
+
]
|
| 81 |
+
}
|
windows/Figma-to-Framer-Portfolio-Publish.mcap
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24c4a97aa2f31b8e7f1c2fe5808baafc7934ea3a45ecbf0c6cbbbd3bcf782040
|
| 3 |
+
size 543234
|
windows/Figma-to-Framer-Portfolio-Publish.mkv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19f86436fe54482938515820cab8c17cc587432f836225d5415d95436e454cdf
|
| 3 |
+
size 15177491
|
windows/Illustrator-to-Cinema4D-Extrude-Layer-to-3D.json
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "windows",
|
| 3 |
+
"instructions": "I want to take only the cloud layer from my illustration file 'cloud.ai' and convert it into an Extrude object in Cinema 4D, then save it as a new 3D file. The file format should be c4d, the file name should be 'cloud_3d', and please save it to the Desktop.",
|
| 4 |
+
"annotations": [
|
| 5 |
+
{
|
| 6 |
+
"id": "32bc9ded-ef4b-4467-a2a1-999fe0d519c2",
|
| 7 |
+
"timestamp_sec": 0.757,
|
| 8 |
+
"text": "To open the 'cloud.ai' file, I will click 'File' then 'Open' from the top menu bar to bring up the file browser."
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "3a410b83-f841-4d60-bba1-eb4ca3c91e6f",
|
| 12 |
+
"timestamp_sec": 3.489,
|
| 13 |
+
"text": "Since the current screen is already showing the Desktop, I can see 'cloud.ai' right away without navigating anywhere, so I will double-click it to open it quickly."
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"id": "583b4bee-61e8-4330-b1f3-e84e81b9028a",
|
| 17 |
+
"timestamp_sec": 8.434,
|
| 18 |
+
"text": "Since only the 'cloud' layer is needed and everything else can be discarded, I will click on the 'background' layer row (which has a dropdown arrow) and then click the trash can icon to delete it."
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": "e59e6440-5ce8-4667-bdfd-5e727b74eafb",
|
| 22 |
+
"timestamp_sec": 11.281,
|
| 23 |
+
"text": "A dialog is asking whether to delete the layer that contains artwork. I will click Yes to confirm the deletion."
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"id": "fa9fd0c6-5073-4515-93ab-fabd3ed79f84",
|
| 27 |
+
"timestamp_sec": 12.924,
|
| 28 |
+
"text": "To save the 'cloud.ai' file — which now contains only the cloud layer — as a new copy, I will click File in the top menu and then click 'Save as Copy'."
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": "f2a10b34-462b-4622-86ac-513ea5f8fcab",
|
| 32 |
+
"timestamp_sec": 16.308,
|
| 33 |
+
"text": "For convenience I will save to the same location as the original file (the Desktop), but to avoid confusion with the original I will set the file name to \"cloud_path\"."
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "7b57cd7c-b10e-42e9-b3db-78f89a24a196",
|
| 37 |
+
"timestamp_sec": 21.966,
|
| 38 |
+
"text": "Because this .ai file needs to be opened in Cinema 4D, I will change the version to \"Japanese Illustrator 3\", which is compatible with Cinema 4D, and then click OK."
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"id": "90c81cc2-7ca2-4a02-bdda-ea1c44d030bf",
|
| 42 |
+
"timestamp_sec": 25.818,
|
| 43 |
+
"text": "This dialog warns that some editing features may be unavailable the next time the file is reopened. Since I am saving to a lower version specifically to open it in Cinema 4D, I will click OK to proceed."
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"id": "d9dce4cb-788c-4aa3-8b69-cd6fdb66d507",
|
| 47 |
+
"timestamp_sec": 27.297,
|
| 48 |
+
"text": "To open the saved .ai file in Cinema 4D, I will minimize the currently open Illustrator window and launch Cinema 4D."
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": "d52809ec-193e-4201-8627-3fb0af44d0fc",
|
| 52 |
+
"timestamp_sec": 37.17,
|
| 53 |
+
"text": "To start working in Cinema 4D, I will close the 'Quick Start Dialog' that appeared on launch."
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"id": "628ff519-c4a5-47f4-842a-8012831f09c0",
|
| 57 |
+
"timestamp_sec": 39.245,
|
| 58 |
+
"text": "To open the 'cloud_path' file, I will click File in the top menu bar and then click Open Project."
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"id": "666e5152-56d5-4f3a-8859-f5f8fdaf4863",
|
| 62 |
+
"timestamp_sec": 42.173,
|
| 63 |
+
"text": "Since the current screen is already showing the Desktop, I can see 'cloud_path' right away without navigating anywhere, so I will double-click it to open it quickly."
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"id": "ec63bea1-1ed0-4fa7-a3b6-8f61f77114b9",
|
| 67 |
+
"timestamp_sec": 44.089,
|
| 68 |
+
"text": "No specific import settings were requested for the path file, so I will leave everything at its default values and click OK immediately to import it."
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"id": "df9da982-fc13-45ce-a41a-f31994d6b110",
|
| 72 |
+
"timestamp_sec": 45.549,
|
| 73 |
+
"text": "To convert the path shape into an Extrude object, I will long-click the Extrude icon in the top toolbar to expand the list, then click 'Extrude' from the options that appear."
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": "c67ff569-ad3c-4b12-8876-ea539a255c8e",
|
| 77 |
+
"timestamp_sec": 49.405,
|
| 78 |
+
"text": "To apply the Extrude, I will click and drag 'cloud.path' from the Objects list on the right side into the Extrude layer, making it a child of Extrude."
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"id": "0d20aad4-919b-4a62-a723-cd4fbd44e23b",
|
| 82 |
+
"timestamp_sec": 57.06,
|
| 83 |
+
"text": "Now that the conversion to an Extrude shape is complete, I will save the file as 'cloud_3d.c4d' by clicking 'File' then 'Save Project as' from the top menu."
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"id": "f517309e-a31d-4e23-9119-8bb1610eef50",
|
| 87 |
+
"timestamp_sec": 59.751,
|
| 88 |
+
"text": "To set the file name to 'cloud_3d', I will remove '_path' from the file name field and type \"_3d\" in its place. Since the default file format is already c4d, I will leave that unchanged and click Save to finish."
|
| 89 |
+
}
|
| 90 |
+
]
|
| 91 |
+
}
|
windows/Illustrator-to-Cinema4D-Extrude-Layer-to-3D.mcap
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98c8fe8b458cc4cf893a079c273b288f98b44b7ccdbac7e7dba11f0ed372b03b
|
| 3 |
+
size 351751
|
windows/Illustrator-to-Cinema4D-Extrude-Layer-to-3D.mkv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc2ac65d74d510fe098b77771b5a7af23b1c8d467d9980d52b8619a3e5f72580
|
| 3 |
+
size 28982596
|
windows/Pinterest-to-Figma-Moodboard-Creation.json
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "windows",
|
| 3 |
+
"instructions": "Search for \"dark dashboard ui\" on Pinterest, select 3 high-quality images, and download them. Upload the collected images to Figma, arrange them with consistent spacing to create a moodboard. Export the finished file as a PDF to the Desktop.",
|
| 4 |
+
"annotations": [
|
| 5 |
+
{
|
| 6 |
+
"id": "000e9d1b-5c95-4e30-b2d2-a021000cd554",
|
| 7 |
+
"timestamp_sec": 0.02,
|
| 8 |
+
"text": "The Pinterest page is currently open. I click the search bar at the top to search for \"dark dashboard ui\" on Pinterest."
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"id": "18718128-bbb5-423d-a887-bc1d56e4a623",
|
| 12 |
+
"timestamp_sec": 1.588,
|
| 13 |
+
"text": "I type \"dark dashboard ui\" into the search bar and press Enter to navigate to the search results page."
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"id": "c69989e4-3d57-4816-ae3a-5bb8f6e12424",
|
| 17 |
+
"timestamp_sec": 14.249,
|
| 18 |
+
"text": "To select 3 high-quality images, I first open the first image board and save that image."
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": "3eb1b740-b120-4e7b-8dcb-2077ba86ec01",
|
| 22 |
+
"timestamp_sec": 17.429,
|
| 23 |
+
"text": "Since I need to save the image from this board, I right-click with the mouse to look for a save option."
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"id": "89120f8c-f349-40b7-83dc-bbe8a1eda477",
|
| 27 |
+
"timestamp_sec": 19.093,
|
| 28 |
+
"text": "To download this image, I click Save image as... to save the first image."
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": "0de84c92-9afc-4dcf-aa45-e622066016ee",
|
| 32 |
+
"timestamp_sec": 23.609,
|
| 33 |
+
"text": "Since I was asked to download the images, saving them to the Downloads folder keeps things organized. I click the Downloads folder and then click Save to store the image there."
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "e145e630-08fc-4dc1-b533-5464fefc93fa",
|
| 37 |
+
"timestamp_sec": 27.628,
|
| 38 |
+
"text": "I browse through the other images to find the second one to save. Since the other image boards are also related to dark dashboard ui, I open the third image board, which looks the darkest."
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"id": "a1335841-a363-4a3d-b1a3-a6a66b07a87e",
|
| 42 |
+
"timestamp_sec": 28.954,
|
| 43 |
+
"text": "To save the second image as well, I right-click and click Save image as..."
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"id": "ec713363-c7b7-4772-b5f3-388bd1325e7a",
|
| 47 |
+
"timestamp_sec": 33.945,
|
| 48 |
+
"text": "I click Save in the Downloads folder where the first image is stored, saving the second image to the same folder."
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": "99b7065c-e7d6-4799-8ab1-3036564a3a08",
|
| 52 |
+
"timestamp_sec": 37.545,
|
| 53 |
+
"text": "I browse through the other images to find the third one to save. Since the other image boards are also related to dark dashboard ui, I open the first image board."
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"id": "c23122b1-bd7b-49cb-b152-efe4b2d89268",
|
| 57 |
+
"timestamp_sec": 42.485,
|
| 58 |
+
"text": "To save the third image as well, I right-click and click Save image as..."
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"id": "e2f315f6-027a-4d65-9857-b91f3b58cbcc",
|
| 62 |
+
"timestamp_sec": 46.872,
|
| 63 |
+
"text": "I click Save in the Downloads folder where the other images are already saved, saving the third image to the same folder."
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"id": "3862be3c-08c1-4064-8203-219695a9f601",
|
| 67 |
+
"timestamp_sec": 51.329,
|
| 68 |
+
"text": "Now that I have collected all 3 images, I need to upload them to Figma. To open Figma and create a new file, I click the Figma icon in the Taskbar at the bottom to launch Figma."
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"id": "4da29985-8814-4f9e-a6c1-e18c3f25020e",
|
| 72 |
+
"timestamp_sec": 73.506,
|
| 73 |
+
"text": "I maximize the window to get a better view, then click the Design button at the top to create a new design file in Figma."
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": "8676e936-24ce-4ea0-9ba0-b29209504348",
|
| 77 |
+
"timestamp_sec": 96.172,
|
| 78 |
+
"text": "To add images to the newly created Figma file, I click the folder icon in the Taskbar at the bottom to open the Downloads folder."
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"id": "8218be77-04be-472c-8783-bcd38ef8c9e1",
|
| 82 |
+
"timestamp_sec": 107.242,
|
| 83 |
+
"text": "The Downloads folder is now open. To select the 3 images saved from Pinterest, I click the first image, then hold Shift and click the third image to select all 3. I then drag them into the Figma file to bring the images into Figma."
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"id": "e5474583-00d4-4437-a813-32b4be9e2a49",
|
| 87 |
+
"timestamp_sec": 128.83,
|
| 88 |
+
"text": "The popup on the left is unrelated to the current task, so I close it by clicking the X button to keep it out of the way."
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": "bf7a24e6-0d63-432a-a5ba-56afee64f13a",
|
| 92 |
+
"timestamp_sec": 129.762,
|
| 93 |
+
"text": "A Frame is needed to be able to Export the moodboard. So I click the dropdown button next to the grid icon in the bottom tab bar, which reveals the Frame option, and click it."
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"id": "1a4a60ed-ecb8-4c60-a217-2d7de630d850",
|
| 97 |
+
"timestamp_sec": 131.642,
|
| 98 |
+
"text": "After clicking the Frame button to add a frame, since it is standard practice to create a moodboard at a presentation size, I click Slide 16:9 under Presentation to add a 16:9 frame."
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"id": "84691bd9-60f6-419d-9792-ca887f492cef",
|
| 102 |
+
"timestamp_sec": 150.414,
|
| 103 |
+
"text": "The 16:9 frame has been created. I need to move the images into this frame to build the moodboard, so I drag to select all the images and then drag them into the frame."
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"id": "227ca4cd-492a-4840-86e3-f3f436178088",
|
| 107 |
+
"timestamp_sec": 164.857,
|
| 108 |
+
"text": "All images have been placed inside the frame, aligned to the top-left. However, not all images are fully visible, so I grab the bottom-right handle to resize the images smaller, arranging them so all images are visible within the frame."
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"id": "91e82a93-fe43-4e89-89af-a868eab2ef4e",
|
| 112 |
+
"timestamp_sec": 168.165,
|
| 113 |
+
"text": "To keep things clean, I need to resize the images without distorting their proportions or disrupting the current layout. I hold Shift while resizing to scale them down proportionally."
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"id": "04287d20-0b1f-4b4c-8fc5-77c0e62c6387",
|
| 117 |
+
"timestamp_sec": 172.16,
|
| 118 |
+
"text": "A moodboard should have images that are neatly arranged. To reduce the gap at the bottom of the third image, I click the third image and hold Shift while resizing it to eliminate the bottom whitespace."
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"id": "9bf3b1b4-a5fe-40d4-a24c-263e7160a9c3",
|
| 122 |
+
"timestamp_sec": 181.986,
|
| 123 |
+
"text": "The moodboard is complete. I double-click the frame name \"Slide 16:9 - 1\" in the top-left to rename the frame to \"moodboard\"."
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"id": "9bc10165-8692-4eb5-af37-2eb78f3006f2",
|
| 127 |
+
"timestamp_sec": 194.926,
|
| 128 |
+
"text": "The frame has been renamed, so now I need to export the moodboard. I scroll down in the right panel to find the Export settings, then click the plus button to open the export options."
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"id": "0e99ea84-6e1a-4491-a98f-470c20c75a67",
|
| 132 |
+
"timestamp_sec": 199.355,
|
| 133 |
+
"text": "To change the file format to PDF, I click the dropdown next to the current format PNG and select PDF, then click Export moodboard."
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"id": "5358f877-3d50-4836-a816-86b34d8e4244",
|
| 137 |
+
"timestamp_sec": 207.261,
|
| 138 |
+
"text": "Since the finished file needs to be exported to the Desktop, I select the Desktop folder and click Save to save the moodboard."
|
| 139 |
+
}
|
| 140 |
+
]
|
| 141 |
+
}
|
windows/Pinterest-to-Figma-Moodboard-Creation.mcap
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c319e207098ced6ab9815cb5b738b79c515acae2eccc3335de373229a07b9dd
|
| 3 |
+
size 700228
|
windows/Pinterest-to-Figma-Moodboard-Creation.mkv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a63e65432efb2dac22a268d052caf889fee63f947ee7e33bf548ac7272f8606
|
| 3 |
+
size 41189603
|