Skip to content

Improve number references #493

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions docs/components/AssemblyLine/answer_sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ saved answers in.
Next, use the main menu located in the top right of the browser and select the
option "Load answer set."

You will see a table that displays each answer set that you created on this
server. Currently, only the most recent 500 answer sets that you authored are
displayed. Click the name of the answer set (1) that you want to load to copy the
answers into your current interview.
You will see a table that displays each answer set that you created on this server. Currently, only the most recent 500 answer sets that you authored are displayed. Click the name of the answer set (labeled **1** in the image below) that you want to load to copy the answers into your current interview.

![](../../assets/load_answer_set_table.png)

Expand All @@ -75,12 +72,11 @@ set.
To rename an answer set, first visit the answer set's information page:

1. Find the answer set in the "My interviews" page and click to open
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tangential nit: I realize you didn't write this, but doesn't clicking on the interview on the "My interviews" page open the interview? Am I wrong - does that instead open an intermediate page where you edit the answer set (for the interviews that have answer sets)?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is accurate as per the full context--when you choose "load answer set" inside a running interview, you get a list of answer sets. clicking one loads that set of answers into the running interview.

2. Or, use the "Load answer set" menu and then click the "view" icon. (3)
2. Or, use the "Load answer set" menu and then click the "view" icon. (the eye icon labeled **3** in the image below)

![](../../assets/load_answer_set_table.png)

On the answer set's information page, use the "Rename" button (1) at the top of the
screen to give the answer set a new name.
On the answer set's information page, use the "Rename" button (labeled **1** in the image below) at the top of the screen to give the answer set a new name.

![](../../assets/answer_set_information_screen.png)

Expand All @@ -89,7 +85,7 @@ screen to give the answer set a new name.
To delete an answer set that you no longer need:

1. Use the "delete" button on the "My interviews" page, or
1. Use the "Load answer set" menu and click the "delete" icon (2)
1. Use the "Load answer set" menu and click the "delete" icon (the trash can icon labeled **2** in the image below)

![](../../assets/load_answer_set_table.png)

Expand All @@ -102,7 +98,7 @@ To export an answer set, visit the answer set's information page:
1. Find the answer set in the "My interviews" page and click to open
2. Or, use the "Load answer set" menu and then clicking the "view" icon.

Next, click the "Export in JSON format" button (2). Save the "variables.json" file in
Next, click the "Export in JSON format" button (labeled **2** in the image below). Save the "variables.json" file in
a location of your choice.

![](../../assets/answer_set_information_screen.png)
Expand Down
Loading