Skip to content

Commit

Permalink
Add meta and rename some doc articles
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Tsukanov committed Sep 22, 2023
1 parent 6a35ed1 commit 964bfb9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Access and Modify Survey Results | SurveyJS
description: Learn how to access, modify, and manage individual question values and full survey results using ready-to-use code examples of this comprehensive guide.
---

# Access Survey Results

This help topic describes how you can access, modify, and display individual question values and full survey results.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: "Continuing an Incomplete Survey: How to Save and Restore Survey Progress | SurveyJS"
description: Learn how to allow respondents to continue an unfinished survey session by saving and restoring their progress. Read these step-by-step instructions to enable this feature in your SurveyJS form builder, making it easy for users to pick up where they left off.
---

# Continue an Incomplete Survey

Respondents may not complete your survey in a single session. In this case, you can restore their answers from the previous session next time they get to the survey. Incomplete results can be loaded from your database or the browser's [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: How to Store Survey Results | SurveyJS
description: With SurveyJS, you can store survey results in your own database or use Azure storage facilities of the SurveyJS Service. Read these step-by-step instructions to learn more about secure survey data management and storage options for your survey data.
---

# Store Survey Results

Survey results are JSON objects that you can store in your own database or in the SurveyJS Service.
Expand Down
5 changes: 4 additions & 1 deletion docs/uri.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"design-survey-question-titles": "design-survey-configure-question-titles",
"design-survey-conditional-display": "design-survey-conditional-logic",
"design-survey-predefine-answers": "design-survey-pre-populate-form-fields",
"localization": "survey-localization"
"localization": "survey-localization",
"handle-survey-results-access": "access-and-modify-survey-results",
"handle-survey-results-store": "how-to-store-survey-results",
"handle-survey-results-continue-incomplete": "how-to-save-and-restore-incomplete-survey"
},
"classRename": {
"surveymodel": "survey-data-model",
Expand Down

0 comments on commit 964bfb9

Please sign in to comment.