Skip to content

Commit 3a25f0c

Browse files
authored
Update photo_audio_video_file.md
- Fix skip logic link
1 parent 2aa038c commit 3a25f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/photo_audio_video_file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If your project involves collecting a significant amount of media, you might enc
7474

7575
To define the maximum size of images collected using the **Photo** question type:
7676
1. Open the question settings by clicking <i class="k-icon-settings"></i> **Settings** to the right of the question. This will take you to the **Question Options** tab.
77-
2. Set the **max-pixels** parameter to the value of your choice (e.g., 1000)
77+
2. Set the **max-pixels** parameter to the value of your choice (e.g., 1000).
7878

7979
![image](images/photo_audio_video_file/parameters.png)
8080

@@ -94,7 +94,7 @@ By default, the **File** question type accepts all file types. To restrict the t
9494

9595
<details>
9696
<summary><strong>Collecting multiple images or media files</strong></summary>
97-
Media question types only support uploading one file at a time. To allow users to upload multiple files, you can place the media question within a repeat group, or duplicate the media question in the form as many times as needed. You can use <a href="">skip logic</a> to display subsequent media questions only if the previous one is not blank.
97+
Media question types only support uploading one file at a time. To allow users to upload multiple files, you can place the media question within a repeat group, or duplicate the media question in the form as many times as needed. You can use <a href="https://support.kobotoolbox.org/skip_logic.html">skip logic</a> to display subsequent media questions only if the previous one is not blank.
9898
</details>
9999

100100
<br>

0 commit comments

Comments
 (0)